Html Css Color HEX #091F37 Tangaroa

📋 copy color: '#091F37'

red 9 ◦ green 31 ◦ blue 55

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

Shades of Tangaroa #091F37

Tints of Tangaroa #091F37

RGB

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

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

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

R = 9.47%
G = 32.63%
B = 57.89%

CMYK

 C value IS 0.84

 M value IS 0.44

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#091F37 (or 0x091F37) is known color: Tangaroa. HEX triplet: 09, 1F and 37. RGB value is (9,31,55). Sum of RGB (Red+Green+Blue) = 9+31+55=95 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.47% from 95); Green value is 31 (12.5% from 255 or 32.63% from 95); Blue value is 55 (21.88% from 255 or 57.89% from 95); Max value from RGB is 55 - color contains mainly: blue. Hex color #091F37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #091F37 is #F6E0C8. Grayscale: #1B1B1B. Windows color (decimal): -16179401 or 3612425. OLE color: 3612425.

HSL color Cylindrical-coordinate representation of color #091F37: hue angle of 211.3º 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 #091F37 is Cyan = 0.84, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 9 31 55 -
CMYK 0.84 0.44 0 0.78
HSL 211.3º 0.72% 0.13% -
HSV(B) 211.3º 0.84% 0.22% -
XYZ 1.29 1.31 3.8 -
YUV 27.16 143.71 115.05 -
System Red Green Blue C M Y K H S L
Decimal 9 31 55 0.84 0.44 0 0.78 211.3 0.72 0.13
Hex 9 1F 37 54 2C 0 4E D3 48 D
Octal 11 37 67 124 54 0 116 323 110 15
Binary 1001 11111 110111 1010100 101100 0 1001110 11010011 1001000 1101

Color Harmonies of #091F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091F37

Black with #091F37

Text Example


Text Example

White with #091F37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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