Html Css Color HEX #11414B Cyprus

📋 copy color: '#11414B'

red 17 ◦ green 65 ◦ blue 75

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

Shades of Cyprus #11414B

Tints of Cyprus #11414B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 41.4%

 BLUE value IS 75 (29.69% from 255) = 47.77%

R = 10.83%
G = 41.4%
B = 47.77%

CMYK

 C value IS 0.77

 M value IS 0.13

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#11414B (or 0x11414B) is known color: Cyprus. HEX triplet: 11, 41 and 4B. RGB value is (17,65,75). Sum of RGB (Red+Green+Blue) = 17+65+75=157 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.83% from 157); Green value is 65 (25.78% from 255 or 41.40% from 157); Blue value is 75 (29.69% from 255 or 47.77% from 157); Max value from RGB is 75 - color contains mainly: blue. Hex color #11414B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11414B is #EEBEB4. Grayscale: #333333. Windows color (decimal): -15646389 or 4931857. OLE color: 4931857.

HSL color Cylindrical-coordinate representation of color #11414B: hue angle of 190.34º 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 #11414B is Cyan = 0.77, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 17 65 75 -
CMYK 0.77 0.13 0 0.71
HSL 190.34º 0.63% 0.18% -
HSV(B) 190.34º 0.77% 0.29% -
XYZ 3.39 4.41 7.33 -
YUV 51.79 141.1 103.19 -
System Red Green Blue C M Y K H S L
Decimal 17 65 75 0.77 0.13 0 0.71 190.34 0.63 0.18
Hex 11 41 4B 4D D 0 47 BE 3F 12
Octal 21 101 113 115 15 0 107 276 77 22
Binary 10001 1000001 1001011 1001101 1101 0 1000111 10111110 111111 10010

Color Harmonies of #11414B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11414B

Black with #11414B

Text Example


Text Example

White with #11414B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11414B; }

 p { color: rgb(17,65,75); }

 H1.HeaderClassName
 {
   color: #11414B;
 }
 .AnyTagClassName
 {
   color: #11414B;
 }
</style>

background-color css

<style>
 a { background-color: #11414B; }

 a { background-color: rgb(17,65,75); }

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

border-color css

<style>
 span { border-color: #11414B; }

 span { border-color: rgb(17,65,75); }

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