Html Css Color HEX #093540 Nordic

📋 copy color: '#093540'

red 9 ◦ green 53 ◦ blue 64

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

Shades of Nordic #093540

Tints of Nordic #093540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 50.79%

R = 7.14%
G = 42.06%
B = 50.79%

CMYK

 C value IS 0.86

 M value IS 0.17

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#093540 (or 0x093540) is known color: Nordic. HEX triplet: 09, 35 and 40. RGB value is (9,53,64). Sum of RGB (Red+Green+Blue) = 9+53+64=126 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.14% from 126); Green value is 53 (21.09% from 255 or 42.06% from 126); Blue value is 64 (25.39% from 255 or 50.79% from 126); Max value from RGB is 64 - color contains mainly: blue. Hex color #093540 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093540 is #F6CABF. Grayscale: #292929. Windows color (decimal): -16173760 or 4207881. OLE color: 4207881.

HSL color Cylindrical-coordinate representation of color #093540: hue angle of 192º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #093540 is Cyan = 0.86, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 9 53 64 -
CMYK 0.86 0.17 0 0.75
HSL 192º 0.75% 0.14% -
HSV(B) 192º 0.86% 0.25% -
XYZ 2.31 2.97 5.3 -
YUV 41.1 140.92 105.11 -
System Red Green Blue C M Y K H S L
Decimal 9 53 64 0.86 0.17 0 0.75 192 0.75 0.14
Hex 9 35 40 56 11 0 4B C0 4B E
Octal 11 65 100 126 21 0 113 300 113 16
Binary 1001 110101 1000000 1010110 10001 0 1001011 11000000 1001011 1110

Color Harmonies of #093540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093540

Black with #093540

Text Example


Text Example

White with #093540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093540; }

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

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

background-color css

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

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

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

border-color css

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

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

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