#092A2E

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

Shades of Nordic #092A2E

Tints of Nordic #092A2E

Color information

#092A2E (or 0x092A2E) is unknown color: approx Nordic. HEX triplet: 09, 2A and 2E. RGB value is (9,42,46). Sum of RGB (Red+Green+Blue) = 9+42+46=97 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.28% from 97); Green value is 42 (16.80% from 255 or 43.30% from 97); Blue value is 46 (18.36% from 255 or 47.42% from 97); Max value from RGB is 46 - color contains mainly: blue. Hex color #092A2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092A2E is #F6D5D1. Grayscale: #202020. Windows color (decimal): -16176594 or 3025417. OLE color: 3025417.

HSL color Cylindrical-coordinate representation of color #092A2E: hue angle of 186.49º 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 #092A2E is Cyan = 0.80, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB94246-
CMYK0.800.0900.82
HSL186.49º67.27%10.78%-
HSV(B)186.49º80.43%18.04%-
XYZ1.431.912.88-
YUV32.59135.57111.17-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 9.28%
GREEN value IS 42 (16.80% from 255) = 43.30%
BLUE value IS 46 (18.36% from 255) = 47.42%
R=9.28%
G=43.30%
B=47.42%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal942460.800.0900.82186.4967.2710.78
Hex92A2E509052ba43b
Octal11525612011012227210313
Binary100110101010111010100001001010100101011101010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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