#092F4D

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

Shades of Blue Whale #092F4D

Tints of Blue Whale #092F4D

Color information

#092F4D (or 0x092F4D) is unknown color: approx Blue Whale. HEX triplet: 09, 2F and 4D. RGB value is (9,47,77). Sum of RGB (Red+Green+Blue) = 9+47+77=133 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.77% from 133); Green value is 47 (18.75% from 255 or 35.34% from 133); Blue value is 77 (30.47% from 255 or 57.89% from 133); Max value from RGB is 77 - color contains mainly: blue. Hex color #092F4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092F4D is #F6D0B2. Grayscale: #262626. Windows color (decimal): -16175283 or 5058313. OLE color: 5058313.

HSL color Cylindrical-coordinate representation of color #092F4D: hue angle of 206.47º 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 #092F4D is Cyan = 0.88, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB94777-
CMYK0.880.3900.70
HSL206.47º79.07%16.86%-
HSV(B)206.47º88.31%30.2%-
XYZ2.472.637.4-
YUV39.06149.41106.56-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.77%
GREEN value IS 47 (18.75% from 255) = 35.34%
BLUE value IS 77 (30.47% from 255) = 57.89%
R=6.77%
G=35.34%
B=57.89%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal947770.880.3900.70206.4779.0716.86
Hex92F4D5827046ce4f11
Octal115711513047010631611721
Binary1001101111100110110110001001110100011011001110100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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