Html Css Color HEX #11413F Cyprus

📋 copy color: '#11413F'

red 17 ◦ green 65 ◦ blue 63

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

Shades of Cyprus #11413F

Tints of Cyprus #11413F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 43.45%

R = 11.72%
G = 44.83%
B = 43.45%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.03

 K value IS 0.75

RGB Variations

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

Color information

#11413F (or 0x11413F) is known color: Cyprus. HEX triplet: 11, 41 and 3F. RGB value is (17,65,63). Sum of RGB (Red+Green+Blue) = 17+65+63=145 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.72% from 145); Green value is 65 (25.78% from 255 or 44.83% from 145); Blue value is 63 (25% from 255 or 43.45% from 145); Max value from RGB is 65 - color contains mainly: green. Hex color #11413F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11413F is #EEBEC0. Grayscale: #323232. Windows color (decimal): -15646401 or 4145425. OLE color: 4145425.

HSL color Cylindrical-coordinate representation of color #11413F: hue angle of 177.5º 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 #11413F is Cyan = 0.74, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.75.

Color convert

RGB 17 65 63 -
CMYK 0.74 0 0.03 0.75
HSL 177.5º 0.59% 0.16% -
HSV(B) 177.5º 0.74% 0.25% -
XYZ 3.02 4.26 5.37 -
YUV 50.42 135.1 104.16 -
System Red Green Blue C M Y K H S L
Decimal 17 65 63 0.74 0 0.03 0.75 177.5 0.59 0.16
Hex 11 41 3F 4A 0 3 4B B2 3B 10
Octal 21 101 77 112 0 3 113 262 73 20
Binary 10001 1000001 111111 1001010 0 11 1001011 10110010 111011 10000

Color Harmonies of #11413F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11413F

Black with #11413F

Text Example


Text Example

White with #11413F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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