Html Css Color HEX #093034 Nordic

📋 copy color: '#093034'

red 9 ◦ green 48 ◦ blue 52

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

Shades of Nordic #093034

Tints of Nordic #093034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 47.71%

R = 8.26%
G = 44.04%
B = 47.71%

CMYK

 C value IS 0.83

 M value IS 0.08

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#093034 (or 0x093034) is known color: Nordic. HEX triplet: 09, 30 and 34. RGB value is (9,48,52). Sum of RGB (Red+Green+Blue) = 9+48+52=109 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.26% from 109); Green value is 48 (19.14% from 255 or 44.04% from 109); Blue value is 52 (20.70% from 255 or 47.71% from 109); Max value from RGB is 52 - color contains mainly: blue. Hex color #093034 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093034 is #F6CFCB. Grayscale: #242424. Windows color (decimal): -16175052 or 3420169. OLE color: 3420169.

HSL color Cylindrical-coordinate representation of color #093034: hue angle of 185.58º degrees, saturation: 0.7, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #093034 is Cyan = 0.83, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 9 48 52 -
CMYK 0.83 0.08 0 0.80
HSL 185.58º 0.7% 0.12% -
HSV(B) 185.58º 0.83% 0.2% -
XYZ 1.79 2.42 3.62 -
YUV 36.8 136.58 108.17 -
System Red Green Blue C M Y K H S L
Decimal 9 48 52 0.83 0.08 0 0.80 185.58 0.7 0.12
Hex 9 30 34 53 8 0 50 BA 46 C
Octal 11 60 64 123 10 0 120 272 106 14
Binary 1001 110000 110100 1010011 1000 0 1010000 10111010 1000110 1100

Color Harmonies of #093034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093034

Black with #093034

Text Example


Text Example

White with #093034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093034; }

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

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

background-color css

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

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

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

border-color css

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

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

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