#092B4D

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

Shades of Blue Whale #092B4D

Tints of Blue Whale #092B4D

Color information

#092B4D (or 0x092B4D) is unknown color: approx Blue Whale. HEX triplet: 09, 2B and 4D. RGB value is (9,43,77). Sum of RGB (Red+Green+Blue) = 9+43+77=129 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.98% from 129); Green value is 43 (17.19% from 255 or 33.33% from 129); Blue value is 77 (30.47% from 255 or 59.69% from 129); Max value from RGB is 77 - color contains mainly: blue. Hex color #092B4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092B4D is #F6D4B2. Grayscale: #242424. Windows color (decimal): -16176307 or 5057289. OLE color: 5057289.

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

Color convert

RGB94377-
CMYK0.880.4400.70
HSL210º79.07%16.86%-
HSV(B)210º88.31%30.2%-
XYZ2.322.327.35-
YUV36.71150.74108.24-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.98%
GREEN value IS 43 (17.19% from 255) = 33.33%
BLUE value IS 77 (30.47% from 255) = 59.69%
R=6.98%
G=33.33%
B=59.69%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal943770.880.4400.7021079.0716.86
Hex92B4D582C046d24f11
Octal115311513054010632211721
Binary1001101011100110110110001011000100011011010010100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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