#092E38

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

Shades of Nordic #092E38

Tints of Nordic #092E38

Color information

#092E38 (or 0x092E38) is unknown color: approx Nordic. HEX triplet: 09, 2E and 38. RGB value is (9,46,56). Sum of RGB (Red+Green+Blue) = 9+46+56=111 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.11% from 111); Green value is 46 (18.36% from 255 or 41.44% from 111); Blue value is 56 (22.27% from 255 or 50.45% from 111); Max value from RGB is 56 - color contains mainly: blue. Hex color #092E38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092E38 is #F6D1C7. Grayscale: #242424. Windows color (decimal): -16175560 or 3681801. OLE color: 3681801.

HSL color Cylindrical-coordinate representation of color #092E38: hue angle of 192.77º 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 #092E38 is Cyan = 0.84, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB94656-
CMYK0.840.1800.78
HSL192.77º72.31%12.75%-
HSV(B)192.77º83.93%21.96%-
XYZ1.82.34.09-
YUV36.08139.24108.69-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.11%
GREEN value IS 46 (18.36% from 255) = 41.44%
BLUE value IS 56 (22.27% from 255) = 50.45%
R=8.11%
G=41.44%
B=50.45%

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
Decimal946560.840.1800.78192.7772.3112.75
Hex92E38541204Ec148d
Octal11567012422011630111015
Binary1001101110111000101010010010010011101100000110010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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