#092B2F

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

Shades of Nordic #092B2F

Tints of Nordic #092B2F

Color information

#092B2F (or 0x092B2F) is unknown color: approx Nordic. HEX triplet: 09, 2B and 2F. RGB value is (9,43,47). Sum of RGB (Red+Green+Blue) = 9+43+47=99 (13% of max value = 765). Red value is 9 (3.91% from 255 or 9.09% from 99); Green value is 43 (17.19% from 255 or 43.43% from 99); Blue value is 47 (18.75% from 255 or 47.47% from 99); Max value from RGB is 47 - color contains mainly: blue. Hex color #092B2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092B2F is #F6D4D0. Grayscale: #212121. Windows color (decimal): -16176337 or 3091209. OLE color: 3091209.

HSL color Cylindrical-coordinate representation of color #092B2F: hue angle of 186.32º degrees, saturation: 0.68, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #092B2F is Cyan = 0.81, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB94347-
CMYK0.810.0900.82
HSL186.32º67.86%10.98%-
HSV(B)186.32º80.85%18.43%-
XYZ1.491.993-
YUV33.29135.74110.67-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 9.09%
GREEN value IS 43 (17.19% from 255) = 43.43%
BLUE value IS 47 (18.75% from 255) = 47.47%
R=9.09%
G=43.43%
B=47.47%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal943470.810.0900.82186.3267.8610.98
Hex92B2F519052ba44b
Octal11535712111012227210413
Binary100110101110111110100011001010100101011101010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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