#09374A

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

Shades of Blue Whale #09374A

Tints of Blue Whale #09374A

Color information

#09374A (or 0x09374A) is unknown color: approx Blue Whale. HEX triplet: 09, 37 and 4A. RGB value is (9,55,74). Sum of RGB (Red+Green+Blue) = 9+55+74=138 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.52% from 138); Green value is 55 (21.88% from 255 or 39.86% from 138); Blue value is 74 (29.30% from 255 or 53.62% from 138); Max value from RGB is 74 - color contains mainly: blue. Hex color #09374A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09374A is #F6C8B5. Grayscale: #2B2B2B. Windows color (decimal): -16173238 or 4863753. OLE color: 4863753.

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

Color convert

RGB95574-
CMYK0.880.2600.71
HSL197.54º78.31%16.27%-
HSV(B)197.54º87.84%29.02%-
XYZ2.713.286.97-
YUV43.41145.26103.46-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.52%
GREEN value IS 55 (21.88% from 255) = 39.86%
BLUE value IS 74 (29.30% from 255) = 53.62%
R=6.52%
G=39.86%
B=53.62%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal955740.880.2600.71197.5478.3116.27
Hex9374A581A047c64e10
Octal116711213032010730611620
Binary100111011110010101011000110100100011111000110100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09374A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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