#09374B

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

Shades of Blue Whale #09374B

Tints of Blue Whale #09374B

Color information

#09374B (or 0x09374B) is unknown color: approx Blue Whale. HEX triplet: 09, 37 and 4B. RGB value is (9,55,75). Sum of RGB (Red+Green+Blue) = 9+55+75=139 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.47% from 139); Green value is 55 (21.88% from 255 or 39.57% from 139); Blue value is 75 (29.69% from 255 or 53.96% from 139); Max value from RGB is 75 - color contains mainly: blue. Hex color #09374B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09374B is #F6C8B4. Grayscale: #2B2B2B. Windows color (decimal): -16173237 or 4929289. OLE color: 4929289.

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

Color convert

RGB95575-
CMYK0.880.2700.71
HSL198.18º78.57%16.47%-
HSV(B)198.18º88%29.41%-
XYZ2.753.37.15-
YUV43.53145.76103.37-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.47%
GREEN value IS 55 (21.88% from 255) = 39.57%
BLUE value IS 75 (29.69% from 255) = 53.96%
R=6.47%
G=39.57%
B=53.96%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal955750.880.2700.71198.1878.5716.47
Hex9374B581B047c64f10
Octal116711313033010730611720
Binary100111011110010111011000110110100011111000110100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09374B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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