Html Css Color HEX #113A3F Nordic

📋 copy color: '#113A3F'

red 17 ◦ green 58 ◦ blue 63

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

Shades of Nordic #113A3F

Tints of Nordic #113A3F

RGB

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

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

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

R = 12.32%
G = 42.03%
B = 45.65%

CMYK

 C value IS 0.73

 M value IS 0.08

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#113A3F (or 0x113A3F) is known color: Nordic. HEX triplet: 11, 3A and 3F. RGB value is (17,58,63). Sum of RGB (Red+Green+Blue) = 17+58+63=138 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.32% from 138); Green value is 58 (23.05% from 255 or 42.03% from 138); Blue value is 63 (25% from 255 or 45.65% from 138); Max value from RGB is 63 - color contains mainly: blue. Hex color #113A3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113A3F is #EEC5C0. Grayscale: #2E2E2E. Windows color (decimal): -15648193 or 4143633. OLE color: 4143633.

HSL color Cylindrical-coordinate representation of color #113A3F: hue angle of 186.52º 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 #113A3F is Cyan = 0.73, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 17 58 63 -
CMYK 0.73 0.08 0 0.75
HSL 186.52º 0.58% 0.16% -
HSV(B) 186.52º 0.73% 0.25% -
XYZ 2.64 3.5 5.24 -
YUV 46.31 137.42 107.09 -
System Red Green Blue C M Y K H S L
Decimal 17 58 63 0.73 0.08 0 0.75 186.52 0.58 0.16
Hex 11 3A 3F 49 8 0 4B BB 3A 10
Octal 21 72 77 111 10 0 113 273 72 20
Binary 10001 111010 111111 1001001 1000 0 1001011 10111011 111010 10000

Color Harmonies of #113A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113A3F

Black with #113A3F

Text Example


Text Example

White with #113A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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