Html Css Color HEX #093136 Nordic

📋 copy color: '#093136'

red 9 ◦ green 49 ◦ blue 54

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

Shades of Nordic #093136

Tints of Nordic #093136

RGB

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

 GREEN value IS 49 (19.53% from 255) = 43.75%

 BLUE value IS 54 (21.48% from 255) = 48.21%

R = 8.04%
G = 43.75%
B = 48.21%

CMYK

 C value IS 0.83

 M value IS 0.09

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#093136 (or 0x093136) is known color: Nordic. HEX triplet: 09, 31 and 36. RGB value is (9,49,54). Sum of RGB (Red+Green+Blue) = 9+49+54=112 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.04% from 112); Green value is 49 (19.53% from 255 or 43.75% from 112); Blue value is 54 (21.48% from 255 or 48.21% from 112); Max value from RGB is 54 - color contains mainly: blue. Hex color #093136 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093136 is #F6CEC9. Grayscale: #252525. Windows color (decimal): -16174794 or 3551497. OLE color: 3551497.

HSL color Cylindrical-coordinate representation of color #093136: hue angle of 186.67º degrees, saturation: 0.71, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #093136 is Cyan = 0.83, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 9 49 54 -
CMYK 0.83 0.09 0 0.79
HSL 186.67º 0.71% 0.12% -
HSV(B) 186.67º 0.83% 0.21% -
XYZ 1.88 2.52 3.88 -
YUV 37.61 137.25 107.59 -
System Red Green Blue C M Y K H S L
Decimal 9 49 54 0.83 0.09 0 0.79 186.67 0.71 0.12
Hex 9 31 36 53 9 0 4F BB 47 C
Octal 11 61 66 123 11 0 117 273 107 14
Binary 1001 110001 110110 1010011 1001 0 1001111 10111011 1000111 1100

Color Harmonies of #093136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093136

Black with #093136

Text Example


Text Example

White with #093136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093136; }

 p { color: rgb(9,49,54); }

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

background-color css

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

 a { background-color: rgb(9,49,54); }

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

border-color css

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

 span { border-color: rgb(9,49,54); }

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