Html Css Color HEX #11424A Cyprus

📋 copy color: '#11424A'

red 17 ◦ green 66 ◦ blue 74

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

Shades of Cyprus #11424A

Tints of Cyprus #11424A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 47.13%

R = 10.83%
G = 42.04%
B = 47.13%

CMYK

 C value IS 0.77

 M value IS 0.11

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#11424A (or 0x11424A) is known color: Cyprus. HEX triplet: 11, 42 and 4A. RGB value is (17,66,74). Sum of RGB (Red+Green+Blue) = 17+66+74=157 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.83% from 157); Green value is 66 (26.17% from 255 or 42.04% from 157); Blue value is 74 (29.30% from 255 or 47.13% from 157); Max value from RGB is 74 - color contains mainly: blue. Hex color #11424A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11424A is #EEBDB5. Grayscale: #343434. Windows color (decimal): -15646134 or 4866577. OLE color: 4866577.

HSL color Cylindrical-coordinate representation of color #11424A: hue angle of 188.42º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #11424A is Cyan = 0.77, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 17 66 74 -
CMYK 0.77 0.11 0 0.71
HSL 188.42º 0.63% 0.18% -
HSV(B) 188.42º 0.77% 0.29% -
XYZ 3.42 4.51 7.17 -
YUV 52.26 140.27 102.85 -
System Red Green Blue C M Y K H S L
Decimal 17 66 74 0.77 0.11 0 0.71 188.42 0.63 0.18
Hex 11 42 4A 4D B 0 47 BC 3F 12
Octal 21 102 112 115 13 0 107 274 77 22
Binary 10001 1000010 1001010 1001101 1011 0 1000111 10111100 111111 10010

Color Harmonies of #11424A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11424A

Black with #11424A

Text Example


Text Example

White with #11424A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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