Html Css Color HEX #093035 Nordic

📋 copy color: '#093035'

red 9 ◦ green 48 ◦ blue 53

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

Shades of Nordic #093035

Tints of Nordic #093035

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 48.18%

R = 8.18%
G = 43.64%
B = 48.18%

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

#093035 (or 0x093035) is known color: Nordic. HEX triplet: 09, 30 and 35. RGB value is (9,48,53). Sum of RGB (Red+Green+Blue) = 9+48+53=110 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.18% from 110); Green value is 48 (19.14% from 255 or 43.64% from 110); Blue value is 53 (21.09% from 255 or 48.18% from 110); Max value from RGB is 53 - color contains mainly: blue. Hex color #093035 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093035 is #F6CFCA. Grayscale: #242424. Windows color (decimal): -16175051 or 3485705. OLE color: 3485705.

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

Color convert

RGB 9 48 53 -
CMYK 0.83 0.09 0 0.79
HSL 186.82º 0.71% 0.12% -
HSV(B) 186.82º 0.83% 0.21% -
XYZ 1.81 2.43 3.74 -
YUV 36.91 137.08 108.09 -
System Red Green Blue C M Y K H S L
Decimal 9 48 53 0.83 0.09 0 0.79 186.82 0.71 0.12
Hex 9 30 35 53 9 0 4F BB 47 C
Octal 11 60 65 123 11 0 117 273 107 14
Binary 1001 110000 110101 1010011 1001 0 1001111 10111011 1000111 1100

Color Harmonies of #093035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093035

Black with #093035

Text Example


Text Example

White with #093035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093035; }

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

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

background-color css

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

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

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

border-color css

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

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

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