#09233B

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

Shades of Tangaroa #09233B

Tints of Tangaroa #09233B

Color information

#09233B (or 0x09233B) is unknown color: approx Tangaroa. HEX triplet: 09, 23 and 3B. RGB value is (9,35,59). Sum of RGB (Red+Green+Blue) = 9+35+59=103 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.74% from 103); Green value is 35 (14.06% from 255 or 33.98% from 103); Blue value is 59 (23.44% from 255 or 57.28% from 103); Max value from RGB is 59 - color contains mainly: blue. Hex color #09233B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09233B is #F6DCC4. Grayscale: #1D1D1D. Windows color (decimal): -16178373 or 3875593. OLE color: 3875593.

HSL color Cylindrical-coordinate representation of color #09233B: hue angle of 208.8º 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 #09233B is Cyan = 0.85, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB93559-
CMYK0.850.4100.77
HSL208.8º73.53%13.33%-
HSV(B)208.8º84.75%23.14%-
XYZ1.51.584.36-
YUV29.96144.39113.05-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.74%
GREEN value IS 35 (14.06% from 255) = 33.98%
BLUE value IS 59 (23.44% from 255) = 57.28%
R=8.74%
G=33.98%
B=57.28%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal935590.850.4100.77208.873.5313.33
Hex9233B552904Dd14ad
Octal11437312551011532111215
Binary10011000111110111010101101001010011011101000110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09233B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09233B; }

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

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

<style>
 a { background-color: #09233B; }

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

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

<style>
 span { border-color: #09233B; }

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

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