Html Css Color HEX #11353A Nordic

📋 copy color: '#11353A'

red 17 ◦ green 53 ◦ blue 58

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

Shades of Nordic #11353A

Tints of Nordic #11353A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 45.31%

R = 13.28%
G = 41.41%
B = 45.31%

CMYK

 C value IS 0.71

 M value IS 0.09

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#11353A (or 0x11353A) is known color: Nordic. HEX triplet: 11, 35 and 3A. RGB value is (17,53,58). Sum of RGB (Red+Green+Blue) = 17+53+58=128 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.28% from 128); Green value is 53 (21.09% from 255 or 41.41% from 128); Blue value is 58 (23.05% from 255 or 45.31% from 128); Max value from RGB is 58 - color contains mainly: blue. Hex color #11353A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11353A is #EECAC5. Grayscale: #2A2A2A. Windows color (decimal): -15649478 or 3814673. OLE color: 3814673.

HSL color Cylindrical-coordinate representation of color #11353A: hue angle of 187.32º degrees, saturation: 0.55, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #11353A is Cyan = 0.71, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 17 53 58 -
CMYK 0.71 0.09 0 0.77
HSL 187.32º 0.55% 0.15% -
HSV(B) 187.32º 0.71% 0.23% -
XYZ 2.27 2.97 4.46 -
YUV 42.81 136.57 109.59 -
System Red Green Blue C M Y K H S L
Decimal 17 53 58 0.71 0.09 0 0.77 187.32 0.55 0.15
Hex 11 35 3A 47 9 0 4D BB 37 F
Octal 21 65 72 107 11 0 115 273 67 17
Binary 10001 110101 111010 1000111 1001 0 1001101 10111011 110111 1111

Color Harmonies of #11353A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11353A

Black with #11353A

Text Example


Text Example

White with #11353A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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