#093037

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

Shades of Nordic #093037

Tints of Nordic #093037

Color information

#093037 (or 0x093037) is unknown color: approx Nordic. HEX triplet: 09, 30 and 37. RGB value is (9,48,55). Sum of RGB (Red+Green+Blue) = 9+48+55=112 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.04% from 112); Green value is 48 (19.14% from 255 or 42.86% from 112); Blue value is 55 (21.88% from 255 or 49.11% from 112); Max value from RGB is 55 - color contains mainly: blue. Hex color #093037 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093037 is #F6CFC8. Grayscale: #252525. Windows color (decimal): -16175049 or 3616777. OLE color: 3616777.

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

Color convert

RGB94855-
CMYK0.840.1300.78
HSL189.13º71.88%12.55%-
HSV(B)189.13º83.64%21.57%-
XYZ1.862.453.99-
YUV37.14138.08107.93-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.04%
GREEN value IS 48 (19.14% from 255) = 42.86%
BLUE value IS 55 (21.88% from 255) = 49.11%
R=8.04%
G=42.86%
B=49.11%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal948550.840.1300.78189.1371.8812.55
Hex9303754D04Ebd48d
Octal11606712415011627511015
Binary100111000011011110101001101010011101011110110010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093037; }

 p { color: rgb(9,48,55); }

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

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

 a { background-color: rgb(9,48,55); }

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

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

 span { border-color: rgb(9,48,55); }

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