Html Css Color HEX #091D37 Tangaroa

📋 copy color: '#091D37'

red 9 ◦ green 29 ◦ blue 55

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

Shades of Tangaroa #091D37

Tints of Tangaroa #091D37

RGB

 RED value IS 9 (3.91% from 255) = 9.68%

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

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

R = 9.68%
G = 31.18%
B = 59.14%

CMYK

 C value IS 0.84

 M value IS 0.47

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#091D37 (or 0x091D37) is known color: Tangaroa. HEX triplet: 09, 1D and 37. RGB value is (9,29,55). Sum of RGB (Red+Green+Blue) = 9+29+55=93 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.68% from 93); Green value is 29 (11.72% from 255 or 31.18% 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 #091D37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #091D37 is #F6E2C8. Grayscale: #191919. Windows color (decimal): -16179913 or 3611913. OLE color: 3611913.

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

Color convert

RGB 9 29 55 -
CMYK 0.84 0.47 0 0.78
HSL 213.91º 0.72% 0.13% -
HSV(B) 213.91º 0.84% 0.22% -
XYZ 1.24 1.21 3.78 -
YUV 25.98 144.37 115.89 -
System Red Green Blue C M Y K H S L
Decimal 9 29 55 0.84 0.47 0 0.78 213.91 0.72 0.13
Hex 9 1D 37 54 2F 0 4E D6 48 D
Octal 11 35 67 124 57 0 116 326 110 15
Binary 1001 11101 110111 1010100 101111 0 1001110 11010110 1001000 1101

Color Harmonies of #091D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091D37

Black with #091D37

Text Example


Text Example

White with #091D37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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