#092D3F

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

Shades of Blue Whale #092D3F

Tints of Blue Whale #092D3F

Color information

#092D3F (or 0x092D3F) is unknown color: approx Blue Whale. HEX triplet: 09, 2D and 3F. RGB value is (9,45,63). Sum of RGB (Red+Green+Blue) = 9+45+63=117 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.69% from 117); Green value is 45 (17.97% from 255 or 38.46% from 117); Blue value is 63 (25% from 255 or 53.85% from 117); Max value from RGB is 63 - color contains mainly: blue. Hex color #092D3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092D3F is #F6D2C0. Grayscale: #242424. Windows color (decimal): -16175809 or 4140297. OLE color: 4140297.

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

Color convert

RGB94563-
CMYK0.860.2900.75
HSL200º75%14.12%-
HSV(B)200º85.71%24.71%-
XYZ1.952.295.04-
YUV36.29143.07108.54-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.69%
GREEN value IS 45 (17.97% from 255) = 38.46%
BLUE value IS 63 (25% from 255) = 53.85%
R=7.69%
G=38.46%
B=53.85%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal945630.860.2900.752007514.12
Hex92D3F561D04Bc84be
Octal11557712635011331011316
Binary1001101101111111101011011101010010111100100010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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