Html Css Color HEX #11353D Nordic

📋 copy color: '#11353D'

red 17 ◦ green 53 ◦ blue 61

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

Shades of Nordic #11353D

Tints of Nordic #11353D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 40.46%

 BLUE value IS 61 (24.22% from 255) = 46.56%

R = 12.98%
G = 40.46%
B = 46.56%

CMYK

 C value IS 0.72

 M value IS 0.13

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#11353D (or 0x11353D) is known color: Nordic. HEX triplet: 11, 35 and 3D. RGB value is (17,53,61). Sum of RGB (Red+Green+Blue) = 17+53+61=131 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.98% from 131); Green value is 53 (21.09% from 255 or 40.46% from 131); Blue value is 61 (24.22% from 255 or 46.56% from 131); Max value from RGB is 61 - color contains mainly: blue. Hex color #11353D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11353D is #EECAC2. Grayscale: #2B2B2B. Windows color (decimal): -15649475 or 4011281. OLE color: 4011281.

HSL color Cylindrical-coordinate representation of color #11353D: hue angle of 190.91º degrees, saturation: 0.56, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #11353D is Cyan = 0.72, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 17 53 61 -
CMYK 0.72 0.13 0 0.76
HSL 190.91º 0.56% 0.15% -
HSV(B) 190.91º 0.72% 0.24% -
XYZ 2.35 3 4.87 -
YUV 43.15 138.07 109.35 -
System Red Green Blue C M Y K H S L
Decimal 17 53 61 0.72 0.13 0 0.76 190.91 0.56 0.15
Hex 11 35 3D 48 D 0 4C BF 38 F
Octal 21 65 75 110 15 0 114 277 70 17
Binary 10001 110101 111101 1001000 1101 0 1001100 10111111 111000 1111

Color Harmonies of #11353D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11353D

Black with #11353D

Text Example


Text Example

White with #11353D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11353D; }

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

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

background-color css

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

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

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

border-color css

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

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

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