Html Css Color HEX #11363D Nordic

📋 copy color: '#11363D'

red 17 ◦ green 54 ◦ blue 61

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

Shades of Nordic #11363D

Tints of Nordic #11363D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 40.91%

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

R = 12.88%
G = 40.91%
B = 46.21%

CMYK

 C value IS 0.72

 M value IS 0.11

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#11363D (or 0x11363D) is known color: Nordic. HEX triplet: 11, 36 and 3D. RGB value is (17,54,61). Sum of RGB (Red+Green+Blue) = 17+54+61=132 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.88% from 132); Green value is 54 (21.48% from 255 or 40.91% from 132); Blue value is 61 (24.22% from 255 or 46.21% from 132); Max value from RGB is 61 - color contains mainly: blue. Hex color #11363D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11363D is #EEC9C2. Grayscale: #2B2B2B. Windows color (decimal): -15649219 or 4011537. OLE color: 4011537.

HSL color Cylindrical-coordinate representation of color #11363D: hue angle of 189.55º 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 #11363D is Cyan = 0.72, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 17 54 61 -
CMYK 0.72 0.11 0 0.76
HSL 189.55º 0.56% 0.15% -
HSV(B) 189.55º 0.72% 0.24% -
XYZ 2.39 3.09 4.89 -
YUV 43.74 137.74 108.93 -
System Red Green Blue C M Y K H S L
Decimal 17 54 61 0.72 0.11 0 0.76 189.55 0.56 0.15
Hex 11 36 3D 48 B 0 4C BE 38 F
Octal 21 66 75 110 13 0 114 276 70 17
Binary 10001 110110 111101 1001000 1011 0 1001100 10111110 111000 1111

Color Harmonies of #11363D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11363D

Black with #11363D

Text Example


Text Example

White with #11363D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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