Html Css Color HEX #11434D Cyprus

📋 copy color: '#11434D'

red 17 ◦ green 67 ◦ blue 77

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

Shades of Cyprus #11434D

Tints of Cyprus #11434D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 41.61%

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

R = 10.56%
G = 41.61%
B = 47.83%

CMYK

 C value IS 0.78

 M value IS 0.13

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#11434D (or 0x11434D) is known color: Cyprus. HEX triplet: 11, 43 and 4D. RGB value is (17,67,77). Sum of RGB (Red+Green+Blue) = 17+67+77=161 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.56% from 161); Green value is 67 (26.56% from 255 or 41.61% from 161); Blue value is 77 (30.47% from 255 or 47.83% from 161); Max value from RGB is 77 - color contains mainly: blue. Hex color #11434D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11434D is #EEBCB2. Grayscale: #353535. Windows color (decimal): -15645875 or 5063441. OLE color: 5063441.

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

Color convert

RGB 17 67 77 -
CMYK 0.78 0.13 0 0.70
HSL 190º 0.64% 0.18% -
HSV(B) 190º 0.78% 0.3% -
XYZ 3.58 4.67 7.73 -
YUV 53.19 141.44 102.19 -
System Red Green Blue C M Y K H S L
Decimal 17 67 77 0.78 0.13 0 0.70 190 0.64 0.18
Hex 11 43 4D 4E D 0 46 BE 40 12
Octal 21 103 115 116 15 0 106 276 100 22
Binary 10001 1000011 1001101 1001110 1101 0 1000110 10111110 1000000 10010

Color Harmonies of #11434D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11434D

Black with #11434D

Text Example


Text Example

White with #11434D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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