Html Css Color HEX #091F3B Tangaroa

📋 copy color: '#091F3B'

red 9 ◦ green 31 ◦ blue 59

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

Shades of Tangaroa #091F3B

Tints of Tangaroa #091F3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 59.6%

R = 9.09%
G = 31.31%
B = 59.6%

CMYK

 C value IS 0.85

 M value IS 0.47

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#091F3B (or 0x091F3B) is known color: Tangaroa. HEX triplet: 09, 1F and 3B. RGB value is (9,31,59). Sum of RGB (Red+Green+Blue) = 9+31+59=99 (13% of max value = 765). Red value is 9 (3.91% from 255 or 9.09% from 99); Green value is 31 (12.5% from 255 or 31.31% from 99); Blue value is 59 (23.44% from 255 or 59.60% from 99); Max value from RGB is 59 - color contains mainly: blue. Hex color #091F3B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #091F3B is #F6E0C4. Grayscale: #1B1B1B. Windows color (decimal): -16179397 or 3874569. OLE color: 3874569.

HSL color Cylindrical-coordinate representation of color #091F3B: hue angle of 213.6º degrees, saturation: 0.74, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #091F3B is Cyan = 0.85, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 9 31 59 -
CMYK 0.85 0.47 0 0.77
HSL 213.6º 0.74% 0.13% -
HSV(B) 213.6º 0.85% 0.23% -
XYZ 1.39 1.35 4.33 -
YUV 27.61 145.71 114.72 -
System Red Green Blue C M Y K H S L
Decimal 9 31 59 0.85 0.47 0 0.77 213.6 0.74 0.13
Hex 9 1F 3B 55 2F 0 4D D6 4A D
Octal 11 37 73 125 57 0 115 326 112 15
Binary 1001 11111 111011 1010101 101111 0 1001101 11010110 1001010 1101

Color Harmonies of #091F3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091F3B

Black with #091F3B

Text Example


Text Example

White with #091F3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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