Html Css Color HEX #093337 Nordic

📋 copy color: '#093337'

red 9 ◦ green 51 ◦ blue 55

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

Shades of Nordic #093337

Tints of Nordic #093337

RGB

 RED value IS 9 (3.91% from 255) = 7.83%

 GREEN value IS 51 (20.31% from 255) = 44.35%

 BLUE value IS 55 (21.88% from 255) = 47.83%

R = 7.83%
G = 44.35%
B = 47.83%

CMYK

 C value IS 0.84

 M value IS 0.07

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#093337 (or 0x093337) is known color: Nordic. HEX triplet: 09, 33 and 37. RGB value is (9,51,55). Sum of RGB (Red+Green+Blue) = 9+51+55=115 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.83% from 115); Green value is 51 (20.31% from 255 or 44.35% from 115); Blue value is 55 (21.88% from 255 or 47.83% from 115); Max value from RGB is 55 - color contains mainly: blue. Hex color #093337 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093337 is #F6CCC8. Grayscale: #262626. Windows color (decimal): -16174281 or 3617545. OLE color: 3617545.

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

Color convert

RGB 9 51 55 -
CMYK 0.84 0.07 0 0.78
HSL 185.22º 0.72% 0.13% -
HSV(B) 185.22º 0.84% 0.22% -
XYZ 1.99 2.7 4.03 -
YUV 38.9 137.09 106.67 -
System Red Green Blue C M Y K H S L
Decimal 9 51 55 0.84 0.07 0 0.78 185.22 0.72 0.13
Hex 9 33 37 54 7 0 4E B9 48 D
Octal 11 63 67 124 7 0 116 271 110 15
Binary 1001 110011 110111 1010100 111 0 1001110 10111001 1001000 1101

Color Harmonies of #093337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093337

Black with #093337

Text Example


Text Example

White with #093337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093337; }

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

 H1.HeaderClassName
 {
   color: #093337;
 }
 .AnyTagClassName
 {
   color: #093337;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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