Html Css Color HEX #091E3D Tangaroa

📋 copy color: '#091E3D'

red 9 ◦ green 30 ◦ blue 61

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

Shades of Tangaroa #091E3D

Tints of Tangaroa #091E3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 61%

R = 9%
G = 30%
B = 61%

CMYK

 C value IS 0.85

 M value IS 0.51

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#091E3D (or 0x091E3D) is known color: Tangaroa. HEX triplet: 09, 1E and 3D. RGB value is (9,30,61). Sum of RGB (Red+Green+Blue) = 9+30+61=100 (13% of max value = 765). Red value is 9 (3.91% from 255 or 9% from 100); Green value is 30 (12.11% from 255 or 30% from 100); Blue value is 61 (24.22% from 255 or 61% from 100); Max value from RGB is 61 - color contains mainly: blue. Hex color #091E3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #091E3D is #F6E1C2. Grayscale: #1B1B1B. Windows color (decimal): -16179651 or 4005385. OLE color: 4005385.

HSL color Cylindrical-coordinate representation of color #091E3D: hue angle of 215.77º degrees, saturation: 0.74, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #091E3D is Cyan = 0.85, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 9 30 61 -
CMYK 0.85 0.51 0 0.76
HSL 215.77º 0.74% 0.14% -
HSV(B) 215.77º 0.85% 0.24% -
XYZ 1.42 1.32 4.6 -
YUV 27.26 147.04 114.98 -
System Red Green Blue C M Y K H S L
Decimal 9 30 61 0.85 0.51 0 0.76 215.77 0.74 0.14
Hex 9 1E 3D 55 33 0 4C D8 4A E
Octal 11 36 75 125 63 0 114 330 112 16
Binary 1001 11110 111101 1010101 110011 0 1001100 11011000 1001010 1110

Color Harmonies of #091E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091E3D

Black with #091E3D

Text Example


Text Example

White with #091E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,30,61); }

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

background-color css

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

 a { background-color: rgb(9,30,61); }

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

border-color css

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

 span { border-color: rgb(9,30,61); }

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