Html Css Color HEX #012842 Tangaroa

📋 copy color: '#012842'

red 1 ◦ green 40 ◦ blue 66

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

Shades of Tangaroa #012842

Tints of Tangaroa #012842

RGB

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

 GREEN value IS 40 (16.02% from 255) = 37.38%

 BLUE value IS 66 (26.17% from 255) = 61.68%

R = 0.93%
G = 37.38%
B = 61.68%

CMYK

 C value IS 0.98

 M value IS 0.39

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#012842 (or 0x012842) is known color: Tangaroa. HEX triplet: 01, 28 and 42. RGB value is (1,40,66). Sum of RGB (Red+Green+Blue) = 1+40+66=107 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 107); Green value is 40 (16.02% from 255 or 37.38% from 107); Blue value is 66 (26.17% from 255 or 61.68% from 107); Max value from RGB is 66 - color contains mainly: blue. Hex color #012842 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012842 is #FED7BD. Grayscale: #1F1F1F. Windows color (decimal): -16701374 or 4335617. OLE color: 4335617.

HSL color Cylindrical-coordinate representation of color #012842: hue angle of 204º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #012842 is Cyan = 0.98, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 1 40 66 -
CMYK 0.98 0.39 0 0.74
HSL 204º 0.97% 0.13% -
HSV(B) 204º 0.98% 0.26% -
XYZ 1.75 1.92 5.43 -
YUV 31.3 147.58 106.39 -
System Red Green Blue C M Y K H S L
Decimal 1 40 66 0.98 0.39 0 0.74 204 0.97 0.13
Hex 1 28 42 62 27 0 4A CC 61 D
Octal 1 50 102 142 47 0 112 314 141 15
Binary 1 101000 1000010 1100010 100111 0 1001010 11001100 1100001 1101

Color Harmonies of #012842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012842

Black with #012842

Text Example


Text Example

White with #012842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012842; }

 p { color: rgb(1,40,66); }

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

background-color css

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

 a { background-color: rgb(1,40,66); }

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

border-color css

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

 span { border-color: rgb(1,40,66); }

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