#091E38

Color #091E38 Tangaroa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tangaroa #091E38

Tints of Tangaroa #091E38

Color information

#091E38 (or 0x091E38) is unknown color: approx Tangaroa. HEX triplet: 09, 1E and 38. RGB value is (9,30,56). Sum of RGB (Red+Green+Blue) = 9+30+56=95 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.47% from 95); Green value is 30 (12.11% from 255 or 31.58% from 95); Blue value is 56 (22.27% from 255 or 58.95% from 95); Max value from RGB is 56 - color contains mainly: blue. Hex color #091E38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #091E38 is #F6E1C7. Grayscale: #1A1A1A. Windows color (decimal): -16179656 or 3677705. OLE color: 3677705.

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

Color convert

RGB93056-
CMYK0.840.4600.78
HSL213.19º72.31%12.75%-
HSV(B)213.19º83.93%21.96%-
XYZ1.291.273.92-
YUV26.68144.54115.39-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 9.47%
GREEN value IS 30 (12.11% from 255) = 31.58%
BLUE value IS 56 (22.27% from 255) = 58.95%
R=9.47%
G=31.58%
B=58.95%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal930560.840.4600.78213.1972.3112.75
Hex91E38542E04Ed548d
Octal11367012456011632511015
Binary1001111101110001010100101110010011101101010110010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #091E38;
 }
 .AnyTagClassName
 {
   color: #091E38;
 }
</style>
background-color css

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

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

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

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

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

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