#09263D

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

Shades of Tangaroa #09263D

Tints of Tangaroa #09263D

Color information

#09263D (or 0x09263D) is unknown color: approx Tangaroa. HEX triplet: 09, 26 and 3D. RGB value is (9,38,61). Sum of RGB (Red+Green+Blue) = 9+38+61=108 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.33% from 108); Green value is 38 (15.23% from 255 or 35.19% from 108); Blue value is 61 (24.22% from 255 or 56.48% from 108); Max value from RGB is 61 - color contains mainly: blue. Hex color #09263D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09263D is #F6D9C2. Grayscale: #1F1F1F. Windows color (decimal): -16177603 or 4007433. OLE color: 4007433.

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

Color convert

RGB93861-
CMYK0.850.3800.76
HSL206.54º74.29%13.73%-
HSV(B)206.54º85.25%23.92%-
XYZ1.651.784.67-
YUV31.95144.39111.63-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.33%
GREEN value IS 38 (15.23% from 255) = 35.19%
BLUE value IS 61 (24.22% from 255) = 56.48%
R=8.33%
G=35.19%
B=56.48%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal938610.850.3800.76206.5474.2913.73
Hex9263D552604Ccf4ae
Octal11467512546011431711216
Binary10011001101111011010101100110010011001100111110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09263D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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