Html Css Color HEX #11343F Nordic

📋 copy color: '#11343F'

red 17 ◦ green 52 ◦ blue 63

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

Shades of Nordic #11343F

Tints of Nordic #11343F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 39.39%

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

R = 12.88%
G = 39.39%
B = 47.73%

CMYK

 C value IS 0.73

 M value IS 0.17

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#11343F (or 0x11343F) is known color: Nordic. HEX triplet: 11, 34 and 3F. RGB value is (17,52,63). Sum of RGB (Red+Green+Blue) = 17+52+63=132 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.88% from 132); Green value is 52 (20.70% from 255 or 39.39% from 132); Blue value is 63 (25% from 255 or 47.73% from 132); Max value from RGB is 63 - color contains mainly: blue. Hex color #11343F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11343F is #EECBC0. Grayscale: #2A2A2A. Windows color (decimal): -15649729 or 4142097. OLE color: 4142097.

HSL color Cylindrical-coordinate representation of color #11343F: hue angle of 194.35º 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 #11343F is Cyan = 0.73, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 17 52 63 -
CMYK 0.73 0.17 0 0.75
HSL 194.35º 0.58% 0.16% -
HSV(B) 194.35º 0.73% 0.25% -
XYZ 2.36 2.93 5.14 -
YUV 42.79 139.4 109.61 -
System Red Green Blue C M Y K H S L
Decimal 17 52 63 0.73 0.17 0 0.75 194.35 0.58 0.16
Hex 11 34 3F 49 11 0 4B C2 3A 10
Octal 21 64 77 111 21 0 113 302 72 20
Binary 10001 110100 111111 1001001 10001 0 1001011 11000010 111010 10000

Color Harmonies of #11343F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11343F

Black with #11343F

Text Example


Text Example

White with #11343F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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