#09314B

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

Shades of Blue Whale #09314B

Tints of Blue Whale #09314B

Color information

#09314B (or 0x09314B) is unknown color: approx Blue Whale. HEX triplet: 09, 31 and 4B. RGB value is (9,49,75). Sum of RGB (Red+Green+Blue) = 9+49+75=133 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.77% from 133); Green value is 49 (19.53% from 255 or 36.84% from 133); Blue value is 75 (29.69% from 255 or 56.39% from 133); Max value from RGB is 75 - color contains mainly: blue. Hex color #09314B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09314B is #F6CEB4. Grayscale: #272727. Windows color (decimal): -16174773 or 4927753. OLE color: 4927753.

HSL color Cylindrical-coordinate representation of color #09314B: hue angle of 203.64º 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 #09314B is Cyan = 0.88, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB94975-
CMYK0.880.3500.71
HSL203.64º78.57%16.47%-
HSV(B)203.64º88%29.41%-
XYZ2.482.767.06-
YUV40147.75105.89-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.77%
GREEN value IS 49 (19.53% from 255) = 36.84%
BLUE value IS 75 (29.69% from 255) = 56.39%
R=6.77%
G=36.84%
B=56.39%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal949750.880.3500.71203.6478.5716.47
Hex9314B5823047cc4f10
Octal116111313043010731411720
Binary1001110001100101110110001000110100011111001100100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09314B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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