#092F38

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

Shades of Nordic #092F38

Tints of Nordic #092F38

Color information

#092F38 (or 0x092F38) is unknown color: approx Nordic. HEX triplet: 09, 2F and 38. RGB value is (9,47,56). Sum of RGB (Red+Green+Blue) = 9+47+56=112 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.04% from 112); Green value is 47 (18.75% from 255 or 41.96% from 112); Blue value is 56 (22.27% from 255 or 50% from 112); Max value from RGB is 56 - color contains mainly: blue. Hex color #092F38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092F38 is #F6D0C7. Grayscale: #242424. Windows color (decimal): -16175304 or 3682057. OLE color: 3682057.

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

Color convert

RGB94756-
CMYK0.840.1600.78
HSL191.49º72.31%12.75%-
HSV(B)191.49º83.93%21.96%-
XYZ1.842.384.1-
YUV36.66138.91108.27-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.04%
GREEN value IS 47 (18.75% from 255) = 41.96%
BLUE value IS 56 (22.27% from 255) = 50%
R=8.04%
G=41.96%
B=50%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal947560.840.1600.78191.4972.3112.75
Hex92F38541004Ebf48d
Octal11577012420011627711015
Binary1001101111111000101010010000010011101011111110010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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