Html Css Color HEX #11373F Nordic

📋 copy color: '#11373F'

red 17 ◦ green 55 ◦ blue 63

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

Shades of Nordic #11373F

Tints of Nordic #11373F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 40.74%

 BLUE value IS 63 (25% from 255) = 46.67%

R = 12.59%
G = 40.74%
B = 46.67%

CMYK

 C value IS 0.73

 M value IS 0.13

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#11373F (or 0x11373F) is known color: Nordic. HEX triplet: 11, 37 and 3F. RGB value is (17,55,63). Sum of RGB (Red+Green+Blue) = 17+55+63=135 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.59% from 135); Green value is 55 (21.88% from 255 or 40.74% from 135); Blue value is 63 (25% from 255 or 46.67% from 135); Max value from RGB is 63 - color contains mainly: blue. Hex color #11373F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11373F is #EEC8C0. Grayscale: #2C2C2C. Windows color (decimal): -15648961 or 4142865. OLE color: 4142865.

HSL color Cylindrical-coordinate representation of color #11373F: hue angle of 190.43º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #11373F is Cyan = 0.73, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 17 55 63 -
CMYK 0.73 0.13 0 0.75
HSL 190.43º 0.58% 0.16% -
HSV(B) 190.43º 0.73% 0.25% -
XYZ 2.49 3.21 5.19 -
YUV 44.55 138.41 108.35 -
System Red Green Blue C M Y K H S L
Decimal 17 55 63 0.73 0.13 0 0.75 190.43 0.58 0.16
Hex 11 37 3F 49 D 0 4B BE 3A 10
Octal 21 67 77 111 15 0 113 276 72 20
Binary 10001 110111 111111 1001001 1101 0 1001011 10111110 111010 10000

Color Harmonies of #11373F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11373F

Black with #11373F

Text Example


Text Example

White with #11373F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11373F; }

 p { color: rgb(17,55,63); }

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

background-color css

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

 a { background-color: rgb(17,55,63); }

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

border-color css

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

 span { border-color: rgb(17,55,63); }

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