Html Css Color HEX #11313A Nordic

📋 copy color: '#11313A'

red 17 ◦ green 49 ◦ blue 58

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

Shades of Nordic #11313A

Tints of Nordic #11313A

RGB

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

 GREEN value IS 49 (19.53% from 255) = 39.52%

 BLUE value IS 58 (23.05% from 255) = 46.77%

R = 13.71%
G = 39.52%
B = 46.77%

CMYK

 C value IS 0.71

 M value IS 0.16

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#11313A (or 0x11313A) is known color: Nordic. HEX triplet: 11, 31 and 3A. RGB value is (17,49,58). Sum of RGB (Red+Green+Blue) = 17+49+58=124 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.71% from 124); Green value is 49 (19.53% from 255 or 39.52% from 124); Blue value is 58 (23.05% from 255 or 46.77% from 124); Max value from RGB is 58 - color contains mainly: blue. Hex color #11313A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11313A is #EECEC5. Grayscale: #282828. Windows color (decimal): -15650502 or 3813649. OLE color: 3813649.

HSL color Cylindrical-coordinate representation of color #11313A: hue angle of 193.17º degrees, saturation: 0.55, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #11313A is Cyan = 0.71, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 17 49 58 -
CMYK 0.71 0.16 0 0.77
HSL 193.17º 0.55% 0.15% -
HSV(B) 193.17º 0.71% 0.23% -
XYZ 2.09 2.62 4.4 -
YUV 40.46 137.9 111.27 -
System Red Green Blue C M Y K H S L
Decimal 17 49 58 0.71 0.16 0 0.77 193.17 0.55 0.15
Hex 11 31 3A 47 10 0 4D C1 37 F
Octal 21 61 72 107 20 0 115 301 67 17
Binary 10001 110001 111010 1000111 10000 0 1001101 11000001 110111 1111

Color Harmonies of #11313A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11313A

Black with #11313A

Text Example


Text Example

White with #11313A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11313A; }

 p { color: rgb(17,49,58); }

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

background-color css

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

 a { background-color: rgb(17,49,58); }

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

border-color css

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

 span { border-color: rgb(17,49,58); }

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