Html Css Color HEX #012542 Tangaroa

📋 copy color: '#012542'

red 1 ◦ green 37 ◦ blue 66

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

Shades of Tangaroa #012542

Tints of Tangaroa #012542

RGB

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

 GREEN value IS 37 (14.84% from 255) = 35.58%

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

R = 0.96%
G = 35.58%
B = 63.46%

CMYK

 C value IS 0.98

 M value IS 0.44

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#012542 (or 0x012542) is known color: Tangaroa. HEX triplet: 01, 25 and 42. RGB value is (1,37,66). Sum of RGB (Red+Green+Blue) = 1+37+66=104 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.96% from 104); Green value is 37 (14.84% from 255 or 35.58% from 104); Blue value is 66 (26.17% from 255 or 63.46% from 104); Max value from RGB is 66 - color contains mainly: blue. Hex color #012542 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012542 is #FEDABD. Grayscale: #1D1D1D. Windows color (decimal): -16702142 or 4334849. OLE color: 4334849.

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

Color convert

RGB 1 37 66 -
CMYK 0.98 0.44 0 0.74
HSL 206.77º 0.97% 0.13% -
HSV(B) 206.77º 0.98% 0.26% -
XYZ 1.66 1.72 5.4 -
YUV 29.54 148.57 107.64 -
System Red Green Blue C M Y K H S L
Decimal 1 37 66 0.98 0.44 0 0.74 206.77 0.97 0.13
Hex 1 25 42 62 2C 0 4A CF 61 D
Octal 1 45 102 142 54 0 112 317 141 15
Binary 1 100101 1000010 1100010 101100 0 1001010 11001111 1100001 1101

Color Harmonies of #012542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012542

Black with #012542

Text Example


Text Example

White with #012542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012542; }

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

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

background-color css

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

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

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

border-color css

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

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

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