Html Css Color HEX #011F39 Tangaroa

📋 copy color: '#011F39'

red 1 ◦ green 31 ◦ blue 57

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

Shades of Tangaroa #011F39

Tints of Tangaroa #011F39

RGB

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

 GREEN value IS 31 (12.5% from 255) = 34.83%

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

R = 1.12%
G = 34.83%
B = 64.04%

CMYK

 C value IS 0.98

 M value IS 0.46

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#011F39 (or 0x011F39) is known color: Tangaroa. HEX triplet: 01, 1F and 39. RGB value is (1,31,57). Sum of RGB (Red+Green+Blue) = 1+31+57=89 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.12% from 89); Green value is 31 (12.5% from 255 or 34.83% from 89); Blue value is 57 (22.66% from 255 or 64.04% from 89); Max value from RGB is 57 - color contains mainly: blue. Hex color #011F39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011F39 is #FEE0C6. Grayscale: #181818. Windows color (decimal): -16703687 or 3743489. OLE color: 3743489.

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

Color convert

RGB 1 31 57 -
CMYK 0.98 0.46 0 0.78
HSL 207.86º 0.97% 0.11% -
HSV(B) 207.86º 0.98% 0.22% -
XYZ 1.24 1.28 4.05 -
YUV 24.99 146.06 110.89 -
System Red Green Blue C M Y K H S L
Decimal 1 31 57 0.98 0.46 0 0.78 207.86 0.97 0.11
Hex 1 1F 39 62 2E 0 4E D0 61 B
Octal 1 37 71 142 56 0 116 320 141 13
Binary 1 11111 111001 1100010 101110 0 1001110 11010000 1100001 1011

Color Harmonies of #011F39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011F39

Black with #011F39

Text Example


Text Example

White with #011F39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011F39; }

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

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

background-color css

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

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

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

border-color css

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

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

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