Html Css Color HEX #113D48 Nordic

📋 copy color: '#113D48'

red 17 ◦ green 61 ◦ blue 72

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

Shades of Nordic #113D48

Tints of Nordic #113D48

RGB

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

 GREEN value IS 61 (24.22% from 255) = 40.67%

 BLUE value IS 72 (28.52% from 255) = 48%

R = 11.33%
G = 40.67%
B = 48%

CMYK

 C value IS 0.76

 M value IS 0.15

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#113D48 (or 0x113D48) is known color: Nordic. HEX triplet: 11, 3D and 48. RGB value is (17,61,72). Sum of RGB (Red+Green+Blue) = 17+61+72=150 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.33% from 150); Green value is 61 (24.22% from 255 or 40.67% from 150); Blue value is 72 (28.52% from 255 or 48% from 150); Max value from RGB is 72 - color contains mainly: blue. Hex color #113D48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113D48 is #EEC2B7. Grayscale: #313131. Windows color (decimal): -15647416 or 4734225. OLE color: 4734225.

HSL color Cylindrical-coordinate representation of color #113D48: hue angle of 192º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #113D48 is Cyan = 0.76, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 17 61 72 -
CMYK 0.76 0.15 0 0.72
HSL 192º 0.62% 0.17% -
HSV(B) 192º 0.76% 0.28% -
XYZ 3.07 3.92 6.73 -
YUV 49.1 140.92 105.11 -
System Red Green Blue C M Y K H S L
Decimal 17 61 72 0.76 0.15 0 0.72 192 0.62 0.17
Hex 11 3D 48 4C F 0 48 C0 3E 11
Octal 21 75 110 114 17 0 110 300 76 21
Binary 10001 111101 1001000 1001100 1111 0 1001000 11000000 111110 10001

Color Harmonies of #113D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113D48

Black with #113D48

Text Example


Text Example

White with #113D48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,61,72); }

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

background-color css

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

 a { background-color: rgb(17,61,72); }

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

border-color css

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

 span { border-color: rgb(17,61,72); }

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