Html Css Color HEX #11424D Cyprus

📋 copy color: '#11424D'

red 17 ◦ green 66 ◦ blue 77

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

Shades of Cyprus #11424D

Tints of Cyprus #11424D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 41.25%

 BLUE value IS 77 (30.47% from 255) = 48.13%

R = 10.63%
G = 41.25%
B = 48.13%

CMYK

 C value IS 0.78

 M value IS 0.14

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#11424D (or 0x11424D) is known color: Cyprus. HEX triplet: 11, 42 and 4D. RGB value is (17,66,77). Sum of RGB (Red+Green+Blue) = 17+66+77=160 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.62% from 160); Green value is 66 (26.17% from 255 or 41.25% from 160); Blue value is 77 (30.47% from 255 or 48.12% from 160); Max value from RGB is 77 - color contains mainly: blue. Hex color #11424D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11424D is #EEBDB2. Grayscale: #343434. Windows color (decimal): -15646131 or 5063185. OLE color: 5063185.

HSL color Cylindrical-coordinate representation of color #11424D: hue angle of 191º degrees, saturation: 0.64, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #11424D is Cyan = 0.78, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 17 66 77 -
CMYK 0.78 0.14 0 0.70
HSL 191º 0.64% 0.18% -
HSV(B) 191º 0.78% 0.3% -
XYZ 3.52 4.55 7.71 -
YUV 52.6 141.77 102.61 -
System Red Green Blue C M Y K H S L
Decimal 17 66 77 0.78 0.14 0 0.70 191 0.64 0.18
Hex 11 42 4D 4E E 0 46 BF 40 12
Octal 21 102 115 116 16 0 106 277 100 22
Binary 10001 1000010 1001101 1001110 1110 0 1000110 10111111 1000000 10010

Color Harmonies of #11424D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11424D

Black with #11424D

Text Example


Text Example

White with #11424D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11424D; }

 p { color: rgb(17,66,77); }

 H1.HeaderClassName
 {
   color: #11424D;
 }
 .AnyTagClassName
 {
   color: #11424D;
 }
</style>

background-color css

<style>
 a { background-color: #11424D; }

 a { background-color: rgb(17,66,77); }

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

border-color css

<style>
 span { border-color: #11424D; }

 span { border-color: rgb(17,66,77); }

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