Html Css Color HEX #113A42 Nordic

📋 copy color: '#113A42'

red 17 ◦ green 58 ◦ blue 66

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

Shades of Nordic #113A42

Tints of Nordic #113A42

RGB

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

 GREEN value IS 58 (23.05% from 255) = 41.13%

 BLUE value IS 66 (26.17% from 255) = 46.81%

R = 12.06%
G = 41.13%
B = 46.81%

CMYK

 C value IS 0.74

 M value IS 0.12

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#113A42 (or 0x113A42) is known color: Nordic. HEX triplet: 11, 3A and 42. RGB value is (17,58,66). Sum of RGB (Red+Green+Blue) = 17+58+66=141 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.06% from 141); Green value is 58 (23.05% from 255 or 41.13% from 141); Blue value is 66 (26.17% from 255 or 46.81% from 141); Max value from RGB is 66 - color contains mainly: blue. Hex color #113A42 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113A42 is #EEC5BD. Grayscale: #2E2E2E. Windows color (decimal): -15648190 or 4340241. OLE color: 4340241.

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

Color convert

RGB 17 58 66 -
CMYK 0.74 0.12 0 0.74
HSL 189.8º 0.59% 0.16% -
HSV(B) 189.8º 0.74% 0.26% -
XYZ 2.73 3.54 5.69 -
YUV 46.65 138.92 106.85 -
System Red Green Blue C M Y K H S L
Decimal 17 58 66 0.74 0.12 0 0.74 189.8 0.59 0.16
Hex 11 3A 42 4A C 0 4A BE 3B 10
Octal 21 72 102 112 14 0 112 276 73 20
Binary 10001 111010 1000010 1001010 1100 0 1001010 10111110 111011 10000

Color Harmonies of #113A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113A42

Black with #113A42

Text Example


Text Example

White with #113A42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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