#09263B

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

Shades of Tangaroa #09263B

Tints of Tangaroa #09263B

Color information

#09263B (or 0x09263B) is unknown color: approx Tangaroa. HEX triplet: 09, 26 and 3B. RGB value is (9,38,59). Sum of RGB (Red+Green+Blue) = 9+38+59=106 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.49% from 106); Green value is 38 (15.23% from 255 or 35.85% from 106); Blue value is 59 (23.44% from 255 or 55.66% from 106); Max value from RGB is 59 - color contains mainly: blue. Hex color #09263B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09263B is #F6D9C4. Grayscale: #1F1F1F. Windows color (decimal): -16177605 or 3876361. OLE color: 3876361.

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

Color convert

RGB93859-
CMYK0.850.3600.77
HSL205.2º73.53%13.33%-
HSV(B)205.2º84.75%23.14%-
XYZ1.61.764.39-
YUV31.72143.39111.79-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.49%
GREEN value IS 38 (15.23% from 255) = 35.85%
BLUE value IS 59 (23.44% from 255) = 55.66%
R=8.49%
G=35.85%
B=55.66%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal938590.850.3600.77205.273.5313.33
Hex9263B552404Dcd4ad
Octal11467312544011531511215
Binary10011001101110111010101100100010011011100110110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09263B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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