Html Css Color HEX #11393D Nordic

📋 copy color: '#11393D'

red 17 ◦ green 57 ◦ blue 61

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

Shades of Nordic #11393D

Tints of Nordic #11393D

RGB

 RED value IS 17 (7.03% from 255) = 12.59%

 GREEN value IS 57 (22.66% from 255) = 42.22%

 BLUE value IS 61 (24.22% from 255) = 45.19%

R = 12.59%
G = 42.22%
B = 45.19%

CMYK

 C value IS 0.72

 M value IS 0.07

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#11393D (or 0x11393D) is known color: Nordic. HEX triplet: 11, 39 and 3D. RGB value is (17,57,61). Sum of RGB (Red+Green+Blue) = 17+57+61=135 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.59% from 135); Green value is 57 (22.66% from 255 or 42.22% from 135); Blue value is 61 (24.22% from 255 or 45.19% from 135); Max value from RGB is 61 - color contains mainly: blue. Hex color #11393D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11393D is #EEC6C2. Grayscale: #2D2D2D. Windows color (decimal): -15648451 or 4012305. OLE color: 4012305.

HSL color Cylindrical-coordinate representation of color #11393D: hue angle of 185.45º degrees, saturation: 0.56, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #11393D is Cyan = 0.72, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 17 57 61 -
CMYK 0.72 0.07 0 0.76
HSL 185.45º 0.56% 0.15% -
HSV(B) 185.45º 0.72% 0.24% -
XYZ 2.54 3.38 4.93 -
YUV 45.5 136.75 107.67 -
System Red Green Blue C M Y K H S L
Decimal 17 57 61 0.72 0.07 0 0.76 185.45 0.56 0.15
Hex 11 39 3D 48 7 0 4C B9 38 F
Octal 21 71 75 110 7 0 114 271 70 17
Binary 10001 111001 111101 1001000 111 0 1001100 10111001 111000 1111

Color Harmonies of #11393D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11393D

Black with #11393D

Text Example


Text Example

White with #11393D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11393D; }

 p { color: rgb(17,57,61); }

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

background-color css

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

 a { background-color: rgb(17,57,61); }

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

border-color css

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

 span { border-color: rgb(17,57,61); }

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