#092E4B

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

Shades of Blue Whale #092E4B

Tints of Blue Whale #092E4B

Color information

#092E4B (or 0x092E4B) is unknown color: approx Blue Whale. HEX triplet: 09, 2E and 4B. RGB value is (9,46,75). Sum of RGB (Red+Green+Blue) = 9+46+75=130 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.92% from 130); Green value is 46 (18.36% from 255 or 35.38% from 130); Blue value is 75 (29.69% from 255 or 57.69% from 130); Max value from RGB is 75 - color contains mainly: blue. Hex color #092E4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092E4B is #F6D1B4. Grayscale: #262626. Windows color (decimal): -16175541 or 4926985. OLE color: 4926985.

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

Color convert

RGB94675-
CMYK0.880.3900.71
HSL206.36º78.57%16.47%-
HSV(B)206.36º88%29.41%-
XYZ2.362.527.02-
YUV38.24148.74107.14-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.92%
GREEN value IS 46 (18.36% from 255) = 35.38%
BLUE value IS 75 (29.69% from 255) = 57.69%
R=6.92%
G=35.38%
B=57.69%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal946750.880.3900.71206.3678.5716.47
Hex92E4B5827047ce4f10
Octal115611313047010731611720
Binary1001101110100101110110001001110100011111001110100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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