Html Css Color HEX #11353F Nordic

📋 copy color: '#11353F'

red 17 ◦ green 53 ◦ blue 63

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

Shades of Nordic #11353F

Tints of Nordic #11353F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 47.37%

R = 12.78%
G = 39.85%
B = 47.37%

CMYK

 C value IS 0.73

 M value IS 0.16

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#11353F (or 0x11353F) is known color: Nordic. HEX triplet: 11, 35 and 3F. RGB value is (17,53,63). Sum of RGB (Red+Green+Blue) = 17+53+63=133 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.78% from 133); Green value is 53 (21.09% from 255 or 39.85% from 133); Blue value is 63 (25% from 255 or 47.37% from 133); Max value from RGB is 63 - color contains mainly: blue. Hex color #11353F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11353F is #EECAC0. Grayscale: #2B2B2B. Windows color (decimal): -15649473 or 4142353. OLE color: 4142353.

HSL color Cylindrical-coordinate representation of color #11353F: hue angle of 193.04º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #11353F is Cyan = 0.73, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 17 53 63 -
CMYK 0.73 0.16 0 0.75
HSL 193.04º 0.58% 0.16% -
HSV(B) 193.04º 0.73% 0.25% -
XYZ 2.4 3.02 5.16 -
YUV 43.38 139.07 109.19 -
System Red Green Blue C M Y K H S L
Decimal 17 53 63 0.73 0.16 0 0.75 193.04 0.58 0.16
Hex 11 35 3F 49 10 0 4B C1 3A 10
Octal 21 65 77 111 20 0 113 301 72 20
Binary 10001 110101 111111 1001001 10000 0 1001011 11000001 111010 10000

Color Harmonies of #11353F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11353F

Black with #11353F

Text Example


Text Example

White with #11353F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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