Html Css Color HEX #093039 Nordic

📋 copy color: '#093039'

red 9 ◦ green 48 ◦ blue 57

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

Shades of Nordic #093039

Tints of Nordic #093039

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 50%

R = 7.89%
G = 42.11%
B = 50%

CMYK

 C value IS 0.84

 M value IS 0.16

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#093039 (or 0x093039) is known color: Nordic. HEX triplet: 09, 30 and 39. RGB value is (9,48,57). Sum of RGB (Red+Green+Blue) = 9+48+57=114 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.89% from 114); Green value is 48 (19.14% from 255 or 42.11% from 114); Blue value is 57 (22.66% from 255 or 50% from 114); Max value from RGB is 57 - color contains mainly: blue. Hex color #093039 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093039 is #F6CFC6. Grayscale: #252525. Windows color (decimal): -16175047 or 3747849. OLE color: 3747849.

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

Color convert

RGB 9 48 57 -
CMYK 0.84 0.16 0 0.78
HSL 191.25º 0.73% 0.13% -
HSV(B) 191.25º 0.84% 0.22% -
XYZ 1.91 2.47 4.25 -
YUV 37.37 139.08 107.77 -
System Red Green Blue C M Y K H S L
Decimal 9 48 57 0.84 0.16 0 0.78 191.25 0.73 0.13
Hex 9 30 39 54 10 0 4E BF 49 D
Octal 11 60 71 124 20 0 116 277 111 15
Binary 1001 110000 111001 1010100 10000 0 1001110 10111111 1001001 1101

Color Harmonies of #093039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093039

Black with #093039

Text Example


Text Example

White with #093039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093039; }

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

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

background-color css

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

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

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

border-color css

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

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

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