#09334B

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

Shades of Blue Whale #09334B

Tints of Blue Whale #09334B

Color information

#09334B (or 0x09334B) is unknown color: approx Blue Whale. HEX triplet: 09, 33 and 4B. RGB value is (9,51,75). Sum of RGB (Red+Green+Blue) = 9+51+75=135 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.67% from 135); Green value is 51 (20.31% from 255 or 37.78% from 135); Blue value is 75 (29.69% from 255 or 55.56% from 135); Max value from RGB is 75 - color contains mainly: blue. Hex color #09334B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09334B is #F6CCB4. Grayscale: #292929. Windows color (decimal): -16174261 or 4928265. OLE color: 4928265.

HSL color Cylindrical-coordinate representation of color #09334B: hue angle of 201.82º degrees, saturation: 0.79, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #09334B is Cyan = 0.88, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB95175-
CMYK0.880.3200.71
HSL201.82º78.57%16.47%-
HSV(B)201.82º88%29.41%-
XYZ2.572.937.09-
YUV41.18147.09105.05-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.67%
GREEN value IS 51 (20.31% from 255) = 37.78%
BLUE value IS 75 (29.69% from 255) = 55.56%
R=6.67%
G=37.78%
B=55.56%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal951750.880.3200.71201.8278.5716.47
Hex9334B5820047ca4f10
Octal116311313040010731211720
Binary1001110011100101110110001000000100011111001010100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09334B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,51,75); }

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

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

 a { background-color: rgb(9,51,75); }

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

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

 span { border-color: rgb(9,51,75); }

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