Html Css Color HEX #11413E Cyprus

📋 copy color: '#11413E'

red 17 ◦ green 65 ◦ blue 62

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

Shades of Cyprus #11413E

Tints of Cyprus #11413E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 43.06%

R = 11.81%
G = 45.14%
B = 43.06%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.05

 K value IS 0.75

RGB Variations

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

Color information

#11413E (or 0x11413E) is known color: Cyprus. HEX triplet: 11, 41 and 3E. RGB value is (17,65,62). Sum of RGB (Red+Green+Blue) = 17+65+62=144 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.81% from 144); Green value is 65 (25.78% from 255 or 45.14% from 144); Blue value is 62 (24.61% from 255 or 43.06% from 144); Max value from RGB is 65 - color contains mainly: green. Hex color #11413E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11413E is #EEBEC1. Grayscale: #323232. Windows color (decimal): -15646402 or 4079889. OLE color: 4079889.

HSL color Cylindrical-coordinate representation of color #11413E: hue angle of 176.25º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #11413E is Cyan = 0.74, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.75.

Color convert

RGB 17 65 62 -
CMYK 0.74 0 0.05 0.75
HSL 176.25º 0.59% 0.16% -
HSV(B) 176.25º 0.74% 0.25% -
XYZ 2.99 4.25 5.22 -
YUV 50.31 134.6 104.24 -
System Red Green Blue C M Y K H S L
Decimal 17 65 62 0.74 0 0.05 0.75 176.25 0.59 0.16
Hex 11 41 3E 4A 0 5 4B B0 3B 10
Octal 21 101 76 112 0 5 113 260 73 20
Binary 10001 1000001 111110 1001010 0 101 1001011 10110000 111011 10000

Color Harmonies of #11413E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11413E

Black with #11413E

Text Example


Text Example

White with #11413E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11413E; }

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

 H1.HeaderClassName
 {
   color: #11413E;
 }
 .AnyTagClassName
 {
   color: #11413E;
 }
</style>

background-color css

<style>
 a { background-color: #11413E; }

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

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

border-color css

<style>
 span { border-color: #11413E; }

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

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