Html Css Color HEX #11474B Cyprus

📋 copy color: '#11474B'

red 17 ◦ green 71 ◦ blue 75

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

Shades of Cyprus #11474B

Tints of Cyprus #11474B

RGB

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

 GREEN value IS 71 (28.13% from 255) = 43.56%

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

R = 10.43%
G = 43.56%
B = 46.01%

CMYK

 C value IS 0.77

 M value IS 0.05

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#11474B (or 0x11474B) is known color: Cyprus. HEX triplet: 11, 47 and 4B. RGB value is (17,71,75). Sum of RGB (Red+Green+Blue) = 17+71+75=163 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.43% from 163); Green value is 71 (28.12% from 255 or 43.56% from 163); Blue value is 75 (29.69% from 255 or 46.01% from 163); Max value from RGB is 75 - color contains mainly: blue. Hex color #11474B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11474B is #EEB8B4. Grayscale: #373737. Windows color (decimal): -15644853 or 4933393. OLE color: 4933393.

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

Color convert

RGB 17 71 75 -
CMYK 0.77 0.05 0 0.71
HSL 184.14º 0.63% 0.18% -
HSV(B) 184.14º 0.77% 0.29% -
XYZ 3.75 5.13 7.45 -
YUV 55.31 139.11 100.67 -
System Red Green Blue C M Y K H S L
Decimal 17 71 75 0.77 0.05 0 0.71 184.14 0.63 0.18
Hex 11 47 4B 4D 5 0 47 B8 3F 12
Octal 21 107 113 115 5 0 107 270 77 22
Binary 10001 1000111 1001011 1001101 101 0 1000111 10111000 111111 10010

Color Harmonies of #11474B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11474B

Black with #11474B

Text Example


Text Example

White with #11474B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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