Html Css Color HEX #11323C Nordic

📋 copy color: '#11323C'

red 17 ◦ green 50 ◦ blue 60

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

Shades of Nordic #11323C

Tints of Nordic #11323C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 39.37%

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

R = 13.39%
G = 39.37%
B = 47.24%

CMYK

 C value IS 0.72

 M value IS 0.17

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#11323C (or 0x11323C) is known color: Nordic. HEX triplet: 11, 32 and 3C. RGB value is (17,50,60). Sum of RGB (Red+Green+Blue) = 17+50+60=127 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.39% from 127); Green value is 50 (19.92% from 255 or 39.37% from 127); Blue value is 60 (23.83% from 255 or 47.24% from 127); Max value from RGB is 60 - color contains mainly: blue. Hex color #11323C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11323C is #EECDC3. Grayscale: #292929. Windows color (decimal): -15650244 or 3944977. OLE color: 3944977.

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

Color convert

RGB 17 50 60 -
CMYK 0.72 0.17 0 0.76
HSL 193.95º 0.56% 0.15% -
HSV(B) 193.95º 0.72% 0.24% -
XYZ 2.19 2.73 4.69 -
YUV 41.27 138.57 110.69 -
System Red Green Blue C M Y K H S L
Decimal 17 50 60 0.72 0.17 0 0.76 193.95 0.56 0.15
Hex 11 32 3C 48 11 0 4C C2 38 F
Octal 21 62 74 110 21 0 114 302 70 17
Binary 10001 110010 111100 1001000 10001 0 1001100 11000010 111000 1111

Color Harmonies of #11323C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11323C

Black with #11323C

Text Example


Text Example

White with #11323C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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