#092D41

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

Shades of Blue Whale #092D41

Tints of Blue Whale #092D41

Color information

#092D41 (or 0x092D41) is unknown color: approx Blue Whale. HEX triplet: 09, 2D and 41. RGB value is (9,45,65). Sum of RGB (Red+Green+Blue) = 9+45+65=119 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.56% from 119); Green value is 45 (17.97% from 255 or 37.82% from 119); Blue value is 65 (25.78% from 255 or 54.62% from 119); Max value from RGB is 65 - color contains mainly: blue. Hex color #092D41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092D41 is #F6D2BE. Grayscale: #242424. Windows color (decimal): -16175807 or 4271369. OLE color: 4271369.

HSL color Cylindrical-coordinate representation of color #092D41: hue angle of 201.43º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #092D41 is Cyan = 0.86, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB94565-
CMYK0.860.3100.75
HSL201.43º75.68%14.51%-
HSV(B)201.43º86.15%25.49%-
XYZ2.012.325.34-
YUV36.52144.07108.37-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.56%
GREEN value IS 45 (17.97% from 255) = 37.82%
BLUE value IS 65 (25.78% from 255) = 54.62%
R=7.56%
G=37.82%
B=54.62%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal945650.860.3100.75201.4375.6814.51
Hex92D41561F04Bc94cf
Octal115510112637011331111417
Binary10011011011000001101011011111010010111100100110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,45,65); }

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

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

 a { background-color: rgb(9,45,65); }

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

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

 span { border-color: rgb(9,45,65); }

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