Html Css Color HEX #01233A Tangaroa

📋 copy color: '#01233A'

red 1 ◦ green 35 ◦ blue 58

#01233A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tangaroa #01233A

Tints of Tangaroa #01233A

RGB

 RED value IS 1 (0.78% from 255) = 1.06%

 GREEN value IS 35 (14.06% from 255) = 37.23%

 BLUE value IS 58 (23.05% from 255) = 61.7%

R = 1.06%
G = 37.23%
B = 61.7%

CMYK

 C value IS 0.98

 M value IS 0.40

 Y value IS 0

 K value IS 0.77

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#01233A (or 0x01233A) is known color: Tangaroa. HEX triplet: 01, 23 and 3A. RGB value is (1,35,58). Sum of RGB (Red+Green+Blue) = 1+35+58=94 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.06% from 94); Green value is 35 (14.06% from 255 or 37.23% from 94); Blue value is 58 (23.05% from 255 or 61.70% from 94); Max value from RGB is 58 - color contains mainly: blue. Hex color #01233A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01233A is #FEDCC5. Grayscale: #1B1B1B. Windows color (decimal): -16702662 or 3810049. OLE color: 3810049.

HSL color Cylindrical-coordinate representation of color #01233A: hue angle of 204.21º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01233A is Cyan = 0.98, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 1 35 58 -
CMYK 0.98 0.40 0 0.77
HSL 204.21º 0.97% 0.12% -
HSV(B) 204.21º 0.98% 0.23% -
XYZ 1.38 1.51 4.22 -
YUV 27.46 145.24 109.13 -
System Red Green Blue C M Y K H S L
Decimal 1 35 58 0.98 0.40 0 0.77 204.21 0.97 0.12
Hex 1 23 3A 62 28 0 4D CC 61 C
Octal 1 43 72 142 50 0 115 314 141 14
Binary 1 100011 111010 1100010 101000 0 1001101 11001100 1100001 1100

Color Harmonies of #01233A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01233A

Black with #01233A

Text Example


Text Example

White with #01233A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01233A; }

 p { color: rgb(1,35,58); }

 H1.HeaderClassName
 {
   color: #01233A;
 }
 .AnyTagClassName
 {
   color: #01233A;
 }
</style>

background-color css

<style>
 a { background-color: #01233A; }

 a { background-color: rgb(1,35,58); }

 div.DivClassName
 {
   background-color: #01233A;
 }
 .BgClassName
 {
   background-color: #01233A;
 }
</style>

border-color css

<style>
 span { border-color: #01233A; }

 span { border-color: rgb(1,35,58); }

 td.TdClassName
 {
   border-color: #01233A;
 }
 .TagClassName
 {
   border-color: #01233A;
 }
</style>