Html Css Color HEX #113C43 Nordic

📋 copy color: '#113C43'

red 17 ◦ green 60 ◦ blue 67

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

Shades of Nordic #113C43

Tints of Nordic #113C43

RGB

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

 GREEN value IS 60 (23.83% from 255) = 41.67%

 BLUE value IS 67 (26.56% from 255) = 46.53%

R = 11.81%
G = 41.67%
B = 46.53%

CMYK

 C value IS 0.75

 M value IS 0.10

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#113C43 (or 0x113C43) is known color: Nordic. HEX triplet: 11, 3C and 43. RGB value is (17,60,67). Sum of RGB (Red+Green+Blue) = 17+60+67=144 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.81% from 144); Green value is 60 (23.83% from 255 or 41.67% from 144); Blue value is 67 (26.56% from 255 or 46.53% from 144); Max value from RGB is 67 - color contains mainly: blue. Hex color #113C43 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113C43 is #EEC3BC. Grayscale: #2F2F2F. Windows color (decimal): -15647677 or 4406289. OLE color: 4406289.

HSL color Cylindrical-coordinate representation of color #113C43: hue angle of 188.4º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #113C43 is Cyan = 0.75, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 17 60 67 -
CMYK 0.75 0.10 0 0.74
HSL 188.4º 0.6% 0.16% -
HSV(B) 188.4º 0.75% 0.26% -
XYZ 2.86 3.76 5.88 -
YUV 47.94 138.75 105.93 -
System Red Green Blue C M Y K H S L
Decimal 17 60 67 0.75 0.10 0 0.74 188.4 0.6 0.16
Hex 11 3C 43 4B A 0 4A BC 3C 10
Octal 21 74 103 113 12 0 112 274 74 20
Binary 10001 111100 1000011 1001011 1010 0 1001010 10111100 111100 10000

Color Harmonies of #113C43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113C43

Black with #113C43

Text Example


Text Example

White with #113C43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113C43; }

 p { color: rgb(17,60,67); }

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

background-color css

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

 a { background-color: rgb(17,60,67); }

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

border-color css

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

 span { border-color: rgb(17,60,67); }

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