Html Css Color HEX #012539 Tangaroa

📋 copy color: '#012539'

red 1 ◦ green 37 ◦ blue 57

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

Shades of Tangaroa #012539

Tints of Tangaroa #012539

RGB

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

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

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

R = 1.05%
G = 38.95%
B = 60%

CMYK

 C value IS 0.98

 M value IS 0.35

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#012539 (or 0x012539) is known color: Tangaroa. HEX triplet: 01, 25 and 39. RGB value is (1,37,57). Sum of RGB (Red+Green+Blue) = 1+37+57=95 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.05% from 95); Green value is 37 (14.84% from 255 or 38.95% from 95); Blue value is 57 (22.66% from 255 or 60% from 95); Max value from RGB is 57 - color contains mainly: blue. Hex color #012539 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012539 is #FEDAC6. Grayscale: #1C1C1C. Windows color (decimal): -16702151 or 3745025. OLE color: 3745025.

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

Color convert

RGB 1 37 57 -
CMYK 0.98 0.35 0 0.78
HSL 201.43º 0.97% 0.11% -
HSV(B) 201.43º 0.98% 0.22% -
XYZ 1.41 1.62 4.11 -
YUV 28.52 144.07 108.37 -
System Red Green Blue C M Y K H S L
Decimal 1 37 57 0.98 0.35 0 0.78 201.43 0.97 0.11
Hex 1 25 39 62 23 0 4E C9 61 B
Octal 1 45 71 142 43 0 116 311 141 13
Binary 1 100101 111001 1100010 100011 0 1001110 11001001 1100001 1011

Color Harmonies of #012539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012539

Black with #012539

Text Example


Text Example

White with #012539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012539; }

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

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

background-color css

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

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

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

border-color css

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

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

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