#092F4C

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

Shades of Blue Whale #092F4C

Tints of Blue Whale #092F4C

Color information

#092F4C (or 0x092F4C) is unknown color: approx Blue Whale. HEX triplet: 09, 2F and 4C. RGB value is (9,47,76). Sum of RGB (Red+Green+Blue) = 9+47+76=132 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.82% from 132); Green value is 47 (18.75% from 255 or 35.61% from 132); Blue value is 76 (30.08% from 255 or 57.58% from 132); Max value from RGB is 76 - color contains mainly: blue. Hex color #092F4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092F4C is #F6D0B3. Grayscale: #262626. Windows color (decimal): -16175284 or 4992777. OLE color: 4992777.

HSL color Cylindrical-coordinate representation of color #092F4C: hue angle of 205.97º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #092F4C is Cyan = 0.88, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB94776-
CMYK0.880.3800.70
HSL205.97º78.82%16.67%-
HSV(B)205.97º88.16%29.8%-
XYZ2.432.617.21-
YUV38.94148.91106.64-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.82%
GREEN value IS 47 (18.75% from 255) = 35.61%
BLUE value IS 76 (30.08% from 255) = 57.58%
R=6.82%
G=35.61%
B=57.58%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal947760.880.3800.70205.9778.8216.67
Hex92F4C5826046ce4f11
Octal115711413046010631611721
Binary1001101111100110010110001001100100011011001110100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092F4C; }

 p { color: rgb(9,47,76); }

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

<style>
 a { background-color: #092F4C; }

 a { background-color: rgb(9,47,76); }

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

<style>
 span { border-color: #092F4C; }

 span { border-color: rgb(9,47,76); }

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