Html Css Color HEX #012639 Tangaroa

📋 copy color: '#012639'

red 1 ◦ green 38 ◦ blue 57

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

Shades of Tangaroa #012639

Tints of Tangaroa #012639

RGB

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

 GREEN value IS 38 (15.23% from 255) = 39.58%

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

R = 1.04%
G = 39.58%
B = 59.38%

CMYK

 C value IS 0.98

 M value IS 0.33

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#012639 (or 0x012639) is known color: Tangaroa. HEX triplet: 01, 26 and 39. RGB value is (1,38,57). Sum of RGB (Red+Green+Blue) = 1+38+57=96 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.04% from 96); Green value is 38 (15.23% from 255 or 39.58% from 96); Blue value is 57 (22.66% from 255 or 59.38% from 96); Max value from RGB is 57 - color contains mainly: blue. Hex color #012639 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012639 is #FED9C6. Grayscale: #1C1C1C. Windows color (decimal): -16701895 or 3745281. OLE color: 3745281.

HSL color Cylindrical-coordinate representation of color #012639: hue angle of 200.36º 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 #012639 is Cyan = 0.98, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 1 38 57 -
CMYK 0.98 0.33 0 0.78
HSL 200.36º 0.97% 0.11% -
HSV(B) 200.36º 0.98% 0.22% -
XYZ 1.44 1.69 4.12 -
YUV 29.1 143.74 107.96 -
System Red Green Blue C M Y K H S L
Decimal 1 38 57 0.98 0.33 0 0.78 200.36 0.97 0.11
Hex 1 26 39 62 21 0 4E C8 61 B
Octal 1 46 71 142 41 0 116 310 141 13
Binary 1 100110 111001 1100010 100001 0 1001110 11001000 1100001 1011

Color Harmonies of #012639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012639

Black with #012639

Text Example


Text Example

White with #012639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012639; }

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

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

background-color css

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

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

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

border-color css

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

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

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