Html Css Color HEX #093036 Nordic

📋 copy color: '#093036'

red 9 ◦ green 48 ◦ blue 54

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

Shades of Nordic #093036

Tints of Nordic #093036

RGB

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

 GREEN value IS 48 (19.14% from 255) = 43.24%

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

R = 8.11%
G = 43.24%
B = 48.65%

CMYK

 C value IS 0.83

 M value IS 0.11

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#093036 (or 0x093036) is known color: Nordic. HEX triplet: 09, 30 and 36. RGB value is (9,48,54). Sum of RGB (Red+Green+Blue) = 9+48+54=111 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.11% from 111); Green value is 48 (19.14% from 255 or 43.24% from 111); Blue value is 54 (21.48% from 255 or 48.65% from 111); Max value from RGB is 54 - color contains mainly: blue. Hex color #093036 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093036 is #F6CFC9. Grayscale: #242424. Windows color (decimal): -16175050 or 3551241. OLE color: 3551241.

HSL color Cylindrical-coordinate representation of color #093036: hue angle of 188º 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 #093036 is Cyan = 0.83, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 9 48 54 -
CMYK 0.83 0.11 0 0.79
HSL 188º 0.71% 0.12% -
HSV(B) 188º 0.83% 0.21% -
XYZ 1.84 2.44 3.86 -
YUV 37.02 137.58 108.01 -
System Red Green Blue C M Y K H S L
Decimal 9 48 54 0.83 0.11 0 0.79 188 0.71 0.12
Hex 9 30 36 53 B 0 4F BC 47 C
Octal 11 60 66 123 13 0 117 274 107 14
Binary 1001 110000 110110 1010011 1011 0 1001111 10111100 1000111 1100

Color Harmonies of #093036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093036

Black with #093036

Text Example


Text Example

White with #093036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093036; }

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

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

background-color css

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

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

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

border-color css

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

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

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