#092D37

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

Shades of Nordic #092D37

Tints of Nordic #092D37

Color information

#092D37 (or 0x092D37) is unknown color: approx Nordic. HEX triplet: 09, 2D and 37. RGB value is (9,45,55). Sum of RGB (Red+Green+Blue) = 9+45+55=109 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.26% from 109); Green value is 45 (17.97% from 255 or 41.28% from 109); Blue value is 55 (21.88% from 255 or 50.46% from 109); Max value from RGB is 55 - color contains mainly: blue. Hex color #092D37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092D37 is #F6D2C8. Grayscale: #232323. Windows color (decimal): -16175817 or 3616009. OLE color: 3616009.

HSL color Cylindrical-coordinate representation of color #092D37: hue angle of 193.04º degrees, saturation: 0.72, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #092D37 is Cyan = 0.84, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB94555-
CMYK0.840.1800.78
HSL193.04º71.88%12.55%-
HSV(B)193.04º83.64%21.57%-
XYZ1.742.213.95-
YUV35.38139.07109.19-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.26%
GREEN value IS 45 (17.97% from 255) = 41.28%
BLUE value IS 55 (21.88% from 255) = 50.46%
R=8.26%
G=41.28%
B=50.46%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal945550.840.1800.78193.0471.8812.55
Hex92D37541204Ec148d
Octal11556712422011630111015
Binary1001101101110111101010010010010011101100000110010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092D37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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