Html Css Color HEX #093037 Nordic

📋 copy color: '#093037'

red 9 ◦ green 48 ◦ blue 55

#093037
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nordic #093037

Tints of Nordic #093037

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 value IS 0.84

 M value IS 0.13

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#093037 (or 0x093037) is known color: 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

RGB 9 48 55 -
CMYK 0.84 0.13 0 0.78
HSL 189.13º 0.72% 0.13% -
HSV(B) 189.13º 0.84% 0.22% -
XYZ 1.86 2.45 3.99 -
YUV 37.14 138.08 107.93 -
System Red Green Blue C M Y K H S L
Decimal 9 48 55 0.84 0.13 0 0.78 189.13 0.72 0.13
Hex 9 30 37 54 D 0 4E BD 48 D
Octal 11 60 67 124 15 0 116 275 110 15
Binary 1001 110000 110111 1010100 1101 0 1001110 10111101 1001000 1101

Color Harmonies of #093037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093037

Black with #093037

Text Example


Text Example

White with #093037

Text Example


Text Example

HTML Codes & Css Web 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>