Html Css Color HEX #093539 Nordic

📋 copy color: '#093539'

red 9 ◦ green 53 ◦ blue 57

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

Shades of Nordic #093539

Tints of Nordic #093539

RGB

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

 GREEN value IS 53 (21.09% from 255) = 44.54%

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

R = 7.56%
G = 44.54%
B = 47.9%

CMYK

 C value IS 0.84

 M value IS 0.07

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#093539 (or 0x093539) is known color: Nordic. HEX triplet: 09, 35 and 39. RGB value is (9,53,57). Sum of RGB (Red+Green+Blue) = 9+53+57=119 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.56% from 119); Green value is 53 (21.09% from 255 or 44.54% from 119); Blue value is 57 (22.66% from 255 or 47.90% from 119); Max value from RGB is 57 - color contains mainly: blue. Hex color #093539 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093539 is #F6CAC6. Grayscale: #282828. Windows color (decimal): -16173767 or 3749129. OLE color: 3749129.

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

Color convert

RGB 9 53 57 -
CMYK 0.84 0.07 0 0.78
HSL 185º 0.73% 0.13% -
HSV(B) 185º 0.84% 0.22% -
XYZ 2.12 2.9 4.32 -
YUV 40.3 137.42 105.67 -
System Red Green Blue C M Y K H S L
Decimal 9 53 57 0.84 0.07 0 0.78 185 0.73 0.13
Hex 9 35 39 54 7 0 4E B9 49 D
Octal 11 65 71 124 7 0 116 271 111 15
Binary 1001 110101 111001 1010100 111 0 1001110 10111001 1001001 1101

Color Harmonies of #093539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093539

Black with #093539

Text Example


Text Example

White with #093539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093539; }

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

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

background-color css

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

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

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

border-color css

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

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

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