#092F41

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

Shades of Blue Whale #092F41

Tints of Blue Whale #092F41

Color information

#092F41 (or 0x092F41) is unknown color: approx Blue Whale. HEX triplet: 09, 2F and 41. RGB value is (9,47,65). Sum of RGB (Red+Green+Blue) = 9+47+65=121 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.44% from 121); Green value is 47 (18.75% from 255 or 38.84% from 121); Blue value is 65 (25.78% from 255 or 53.72% from 121); Max value from RGB is 65 - color contains mainly: blue. Hex color #092F41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092F41 is #F6D0BE. Grayscale: #252525. Windows color (decimal): -16175295 or 4271881. OLE color: 4271881.

HSL color Cylindrical-coordinate representation of color #092F41: hue angle of 199.29º 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 #092F41 is Cyan = 0.86, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB94765-
CMYK0.860.2800.75
HSL199.29º75.68%14.51%-
HSV(B)199.29º86.15%25.49%-
XYZ2.082.475.37-
YUV37.69143.41107.54-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.44%
GREEN value IS 47 (18.75% from 255) = 38.84%
BLUE value IS 65 (25.78% from 255) = 53.72%
R=7.44%
G=38.84%
B=53.72%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal947650.860.2800.75199.2975.6814.51
Hex92F41561C04Bc74cf
Octal115710112634011330711417
Binary10011011111000001101011011100010010111100011110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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