Html Css Color HEX #11484B Cyprus

📋 copy color: '#11484B'

red 17 ◦ green 72 ◦ blue 75

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

Shades of Cyprus #11484B

Tints of Cyprus #11484B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 43.9%

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

R = 10.37%
G = 43.9%
B = 45.73%

CMYK

 C value IS 0.77

 M value IS 0.04

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#11484B (or 0x11484B) is known color: Cyprus. HEX triplet: 11, 48 and 4B. RGB value is (17,72,75). Sum of RGB (Red+Green+Blue) = 17+72+75=164 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.37% from 164); Green value is 72 (28.52% from 255 or 43.90% from 164); Blue value is 75 (29.69% from 255 or 45.73% from 164); Max value from RGB is 75 - color contains mainly: blue. Hex color #11484B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11484B is #EEB7B4. Grayscale: #373737. Windows color (decimal): -15644597 or 4933649. OLE color: 4933649.

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

Color convert

RGB 17 72 75 -
CMYK 0.77 0.04 0 0.71
HSL 183.1º 0.63% 0.18% -
HSV(B) 183.1º 0.77% 0.29% -
XYZ 3.82 5.26 7.47 -
YUV 55.9 138.78 100.26 -
System Red Green Blue C M Y K H S L
Decimal 17 72 75 0.77 0.04 0 0.71 183.1 0.63 0.18
Hex 11 48 4B 4D 4 0 47 B7 3F 12
Octal 21 110 113 115 4 0 107 267 77 22
Binary 10001 1001000 1001011 1001101 100 0 1000111 10110111 111111 10010

Color Harmonies of #11484B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11484B

Black with #11484B

Text Example


Text Example

White with #11484B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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