Html Css Color HEX #11353C Nordic

📋 copy color: '#11353C'

red 17 ◦ green 53 ◦ blue 60

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

Shades of Nordic #11353C

Tints of Nordic #11353C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 46.15%

R = 13.08%
G = 40.77%
B = 46.15%

CMYK

 C value IS 0.72

 M value IS 0.12

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#11353C (or 0x11353C) is known color: Nordic. HEX triplet: 11, 35 and 3C. RGB value is (17,53,60). Sum of RGB (Red+Green+Blue) = 17+53+60=130 (17% of max value = 765). Red value is 17 (7.03% from 255 or 13.08% from 130); Green value is 53 (21.09% from 255 or 40.77% from 130); Blue value is 60 (23.83% from 255 or 46.15% from 130); Max value from RGB is 60 - color contains mainly: blue. Hex color #11353C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11353C is #EECAC3. Grayscale: #2A2A2A. Windows color (decimal): -15649476 or 3945745. OLE color: 3945745.

HSL color Cylindrical-coordinate representation of color #11353C: hue angle of 189.77º 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 #11353C is Cyan = 0.72, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 17 53 60 -
CMYK 0.72 0.12 0 0.76
HSL 189.77º 0.56% 0.15% -
HSV(B) 189.77º 0.72% 0.24% -
XYZ 2.32 2.99 4.73 -
YUV 43.03 137.57 109.43 -
System Red Green Blue C M Y K H S L
Decimal 17 53 60 0.72 0.12 0 0.76 189.77 0.56 0.15
Hex 11 35 3C 48 C 0 4C BE 38 F
Octal 21 65 74 110 14 0 114 276 70 17
Binary 10001 110101 111100 1001000 1100 0 1001100 10111110 111000 1111

Color Harmonies of #11353C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11353C

Black with #11353C

Text Example


Text Example

White with #11353C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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