#092B2E

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

Shades of Nordic #092B2E

Tints of Nordic #092B2E

Color information

#092B2E (or 0x092B2E) is unknown color: approx Nordic. HEX triplet: 09, 2B and 2E. RGB value is (9,43,46). Sum of RGB (Red+Green+Blue) = 9+43+46=98 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.18% from 98); Green value is 43 (17.19% from 255 or 43.88% from 98); Blue value is 46 (18.36% from 255 or 46.94% from 98); Max value from RGB is 46 - color contains mainly: blue. Hex color #092B2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092B2E is #F6D4D1. Grayscale: #212121. Windows color (decimal): -16176338 or 3025673. OLE color: 3025673.

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

Color convert

RGB94346-
CMYK0.800.0700.82
HSL184.86º67.27%10.78%-
HSV(B)184.86º80.43%18.04%-
XYZ1.471.982.89-
YUV33.18135.24110.76-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 9.18%
GREEN value IS 43 (17.19% from 255) = 43.88%
BLUE value IS 46 (18.36% from 255) = 46.94%
R=9.18%
G=43.88%
B=46.94%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal943460.800.0700.82184.8667.2710.78
Hex92B2E507052b943b
Octal1153561207012227110313
Binary10011010111011101010000111010100101011100110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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