Html Css Color HEX #081E37 Tangaroa

📋 copy color: '#081E37'

red 8 ◦ green 30 ◦ blue 55

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

Shades of Tangaroa #081E37

Tints of Tangaroa #081E37

RGB

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

 GREEN value IS 30 (12.11% from 255) = 32.26%

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

R = 8.6%
G = 32.26%
B = 59.14%

CMYK

 C value IS 0.85

 M value IS 0.45

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#081E37 (or 0x081E37) is known color: Tangaroa. HEX triplet: 08, 1E and 37. RGB value is (8,30,55). Sum of RGB (Red+Green+Blue) = 8+30+55=93 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.60% from 93); Green value is 30 (12.11% from 255 or 32.26% from 93); Blue value is 55 (21.88% from 255 or 59.14% from 93); Max value from RGB is 55 - color contains mainly: blue. Hex color #081E37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #081E37 is #F7E1C8. Grayscale: #1A1A1A. Windows color (decimal): -16245193 or 3612168. OLE color: 3612168.

HSL color Cylindrical-coordinate representation of color #081E37: hue angle of 211.91º 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 #081E37 is Cyan = 0.85, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 8 30 55 -
CMYK 0.85 0.45 0 0.78
HSL 211.91º 0.75% 0.12% -
HSV(B) 211.91º 0.85% 0.22% -
XYZ 1.25 1.26 3.79 -
YUV 26.27 144.21 114.97 -
System Red Green Blue C M Y K H S L
Decimal 8 30 55 0.85 0.45 0 0.78 211.91 0.75 0.12
Hex 8 1E 37 55 2D 0 4E D4 4B C
Octal 10 36 67 125 55 0 116 324 113 14
Binary 1000 11110 110111 1010101 101101 0 1001110 11010100 1001011 1100

Color Harmonies of #081E37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081E37

Black with #081E37

Text Example


Text Example

White with #081E37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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