Html Css Color HEX #012439 Tangaroa

📋 copy color: '#012439'

red 1 ◦ green 36 ◦ blue 57

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

Shades of Tangaroa #012439

Tints of Tangaroa #012439

RGB

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

 GREEN value IS 36 (14.45% from 255) = 38.3%

 BLUE value IS 57 (22.66% from 255) = 60.64%

R = 1.06%
G = 38.3%
B = 60.64%

CMYK

 C value IS 0.98

 M value IS 0.37

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#012439 (or 0x012439) is known color: Tangaroa. HEX triplet: 01, 24 and 39. RGB value is (1,36,57). Sum of RGB (Red+Green+Blue) = 1+36+57=94 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.06% from 94); Green value is 36 (14.45% from 255 or 38.30% from 94); Blue value is 57 (22.66% from 255 or 60.64% from 94); Max value from RGB is 57 - color contains mainly: blue. Hex color #012439 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012439 is #FEDBC6. Grayscale: #1B1B1B. Windows color (decimal): -16702407 or 3744769. OLE color: 3744769.

HSL color Cylindrical-coordinate representation of color #012439: hue angle of 202.5º degrees, saturation: 0.97, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #012439 is Cyan = 0.98, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 1 36 57 -
CMYK 0.98 0.37 0 0.78
HSL 202.5º 0.97% 0.11% -
HSV(B) 202.5º 0.98% 0.22% -
XYZ 1.38 1.56 4.1 -
YUV 27.93 144.4 108.79 -
System Red Green Blue C M Y K H S L
Decimal 1 36 57 0.98 0.37 0 0.78 202.5 0.97 0.11
Hex 1 24 39 62 25 0 4E CA 61 B
Octal 1 44 71 142 45 0 116 312 141 13
Binary 1 100100 111001 1100010 100101 0 1001110 11001010 1100001 1011

Color Harmonies of #012439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012439

Black with #012439

Text Example


Text Example

White with #012439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012439; }

 p { color: rgb(1,36,57); }

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

background-color css

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

 a { background-color: rgb(1,36,57); }

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

border-color css

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

 span { border-color: rgb(1,36,57); }

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