Html Css Color HEX #11444D Cyprus

📋 copy color: '#11444D'

red 17 ◦ green 68 ◦ blue 77

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

Shades of Cyprus #11444D

Tints of Cyprus #11444D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 41.98%

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

R = 10.49%
G = 41.98%
B = 47.53%

CMYK

 C value IS 0.78

 M value IS 0.12

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#11444D (or 0x11444D) is known color: Cyprus. HEX triplet: 11, 44 and 4D. RGB value is (17,68,77). Sum of RGB (Red+Green+Blue) = 17+68+77=162 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.49% from 162); Green value is 68 (26.95% from 255 or 41.98% from 162); Blue value is 77 (30.47% from 255 or 47.53% from 162); Max value from RGB is 77 - color contains mainly: blue. Hex color #11444D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11444D is #EEBBB2. Grayscale: #353535. Windows color (decimal): -15645619 or 5063697. OLE color: 5063697.

HSL color Cylindrical-coordinate representation of color #11444D: hue angle of 189º 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 #11444D is Cyan = 0.78, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 17 68 77 -
CMYK 0.78 0.12 0 0.70
HSL 189º 0.64% 0.18% -
HSV(B) 189º 0.78% 0.3% -
XYZ 3.64 4.79 7.75 -
YUV 53.78 141.1 101.77 -
System Red Green Blue C M Y K H S L
Decimal 17 68 77 0.78 0.12 0 0.70 189 0.64 0.18
Hex 11 44 4D 4E C 0 46 BD 40 12
Octal 21 104 115 116 14 0 106 275 100 22
Binary 10001 1000100 1001101 1001110 1100 0 1000110 10111101 1000000 10010

Color Harmonies of #11444D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11444D

Black with #11444D

Text Example


Text Example

White with #11444D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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