Html Css Color HEX #113038 Nordic

📋 copy color: '#113038'

red 17 ◦ green 48 ◦ blue 56

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

Shades of Nordic #113038

Tints of Nordic #113038

RGB

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

 GREEN value IS 48 (19.14% from 255) = 39.67%

 BLUE value IS 56 (22.27% from 255) = 46.28%

R = 14.05%
G = 39.67%
B = 46.28%

CMYK

 C value IS 0.70

 M value IS 0.14

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#113038 (or 0x113038) is known color: Nordic. HEX triplet: 11, 30 and 38. RGB value is (17,48,56). Sum of RGB (Red+Green+Blue) = 17+48+56=121 (16% of max value = 765). Red value is 17 (7.03% from 255 or 14.05% from 121); Green value is 48 (19.14% from 255 or 39.67% from 121); Blue value is 56 (22.27% from 255 or 46.28% from 121); Max value from RGB is 56 - color contains mainly: blue. Hex color #113038 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113038 is #EECFC7. Grayscale: #272727. Windows color (decimal): -15650760 or 3682321. OLE color: 3682321.

HSL color Cylindrical-coordinate representation of color #113038: hue angle of 192.31º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #113038 is Cyan = 0.70, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 17 48 56 -
CMYK 0.70 0.14 0 0.78
HSL 192.31º 0.53% 0.14% -
HSV(B) 192.31º 0.7% 0.22% -
XYZ 2 2.52 4.12 -
YUV 39.64 137.23 111.85 -
System Red Green Blue C M Y K H S L
Decimal 17 48 56 0.70 0.14 0 0.78 192.31 0.53 0.14
Hex 11 30 38 46 E 0 4E C0 35 E
Octal 21 60 70 106 16 0 116 300 65 16
Binary 10001 110000 111000 1000110 1110 0 1001110 11000000 110101 1110

Color Harmonies of #113038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113038

Black with #113038

Text Example


Text Example

White with #113038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113038; }

 p { color: rgb(17,48,56); }

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

background-color css

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

 a { background-color: rgb(17,48,56); }

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

border-color css

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

 span { border-color: rgb(17,48,56); }

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