#09364B

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

Shades of Blue Whale #09364B

Tints of Blue Whale #09364B

Color information

#09364B (or 0x09364B) is unknown color: approx Blue Whale. HEX triplet: 09, 36 and 4B. RGB value is (9,54,75). Sum of RGB (Red+Green+Blue) = 9+54+75=138 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.52% from 138); Green value is 54 (21.48% from 255 or 39.13% from 138); Blue value is 75 (29.69% from 255 or 54.35% from 138); Max value from RGB is 75 - color contains mainly: blue. Hex color #09364B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09364B is #F6C9B4. Grayscale: #2A2A2A. Windows color (decimal): -16173493 or 4929033. OLE color: 4929033.

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

Color convert

RGB95475-
CMYK0.880.2800.71
HSL199.09º78.57%16.47%-
HSV(B)199.09º88%29.41%-
XYZ2.73.27.13-
YUV42.94146.09103.79-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.52%
GREEN value IS 54 (21.48% from 255) = 39.13%
BLUE value IS 75 (29.69% from 255) = 54.35%
R=6.52%
G=39.13%
B=54.35%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal954750.880.2800.71199.0978.5716.47
Hex9364B581C047c74f10
Octal116611313034010730711720
Binary100111011010010111011000111000100011111000111100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09364B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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