#09233C

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

Shades of Tangaroa #09233C

Tints of Tangaroa #09233C

Color information

#09233C (or 0x09233C) is unknown color: approx Tangaroa. HEX triplet: 09, 23 and 3C. RGB value is (9,35,60). Sum of RGB (Red+Green+Blue) = 9+35+60=104 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.65% from 104); Green value is 35 (14.06% from 255 or 33.65% from 104); Blue value is 60 (23.83% from 255 or 57.69% from 104); Max value from RGB is 60 - color contains mainly: blue. Hex color #09233C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09233C is #F6DCC3. Grayscale: #1D1D1D. Windows color (decimal): -16178372 or 3941129. OLE color: 3941129.

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

Color convert

RGB93560-
CMYK0.850.4200.76
HSL209.41º73.91%13.53%-
HSV(B)209.41º85%23.53%-
XYZ1.531.594.5-
YUV30.08144.89112.97-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.65%
GREEN value IS 35 (14.06% from 255) = 33.65%
BLUE value IS 60 (23.83% from 255) = 57.69%
R=8.65%
G=33.65%
B=57.69%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal935600.850.4200.76209.4173.9113.53
Hex9233C552A04Cd14ae
Octal11437412552011432111216
Binary10011000111111001010101101010010011001101000110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09233C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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