#092C2E

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

Shades of Nordic #092C2E

Tints of Nordic #092C2E

Color information

#092C2E (or 0x092C2E) is unknown color: approx Nordic. HEX triplet: 09, 2C and 2E. RGB value is (9,44,46). Sum of RGB (Red+Green+Blue) = 9+44+46=99 (13% of max value = 765). Red value is 9 (3.91% from 255 or 9.09% from 99); Green value is 44 (17.58% from 255 or 44.44% from 99); Blue value is 46 (18.36% from 255 or 46.46% from 99); Max value from RGB is 46 - color contains mainly: blue. Hex color #092C2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092C2E is #F6D3D1. Grayscale: #212121. Windows color (decimal): -16176082 or 3025929. OLE color: 3025929.

HSL color Cylindrical-coordinate representation of color #092C2E: hue angle of 183.24º degrees, saturation: 0.67, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #092C2E is Cyan = 0.80, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB94446-
CMYK0.800.0400.82
HSL183.24º67.27%10.78%-
HSV(B)183.24º80.43%18.04%-
XYZ1.512.062.9-
YUV33.76134.9110.34-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 9.09%
GREEN value IS 44 (17.58% from 255) = 44.44%
BLUE value IS 46 (18.36% from 255) = 46.46%
R=9.09%
G=44.44%
B=46.46%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal944460.800.0400.82183.2467.2710.78
Hex92C2E504052b743b
Octal1154561204012226710313
Binary10011011001011101010000100010100101011011110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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