Html Css Color HEX #081D37 Tangaroa

📋 copy color: '#081D37'

red 8 ◦ green 29 ◦ blue 55

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

Shades of Tangaroa #081D37

Tints of Tangaroa #081D37

RGB

 RED value IS 8 (3.52% from 255) = 8.7%

 GREEN value IS 29 (11.72% from 255) = 31.52%

 BLUE value IS 55 (21.88% from 255) = 59.78%

R = 8.7%
G = 31.52%
B = 59.78%

CMYK

 C value IS 0.85

 M value IS 0.47

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#081D37 (or 0x081D37) is known color: Tangaroa. HEX triplet: 08, 1D and 37. RGB value is (8,29,55). Sum of RGB (Red+Green+Blue) = 8+29+55=92 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.70% from 92); Green value is 29 (11.72% from 255 or 31.52% from 92); Blue value is 55 (21.88% from 255 or 59.78% from 92); Max value from RGB is 55 - color contains mainly: blue. Hex color #081D37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #081D37 is #F7E2C8. Grayscale: #191919. Windows color (decimal): -16245449 or 3611912. OLE color: 3611912.

HSL color Cylindrical-coordinate representation of color #081D37: hue angle of 213.19º degrees, saturation: 0.75, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #081D37 is Cyan = 0.85, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 8 29 55 -
CMYK 0.85 0.47 0 0.78
HSL 213.19º 0.75% 0.12% -
HSV(B) 213.19º 0.85% 0.22% -
XYZ 1.23 1.21 3.78 -
YUV 25.69 144.54 115.39 -
System Red Green Blue C M Y K H S L
Decimal 8 29 55 0.85 0.47 0 0.78 213.19 0.75 0.12
Hex 8 1D 37 55 2F 0 4E D5 4B C
Octal 10 35 67 125 57 0 116 325 113 14
Binary 1000 11101 110111 1010101 101111 0 1001110 11010101 1001011 1100

Color Harmonies of #081D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081D37

Black with #081D37

Text Example


Text Example

White with #081D37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081D37; }

 p { color: rgb(8,29,55); }

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

background-color css

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

 a { background-color: rgb(8,29,55); }

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

border-color css

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

 span { border-color: rgb(8,29,55); }

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