Html Css Color HEX #10414D Cyprus

📋 copy color: '#10414D'

red 16 ◦ green 65 ◦ blue 77

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

Shades of Cyprus #10414D

Tints of Cyprus #10414D

RGB

 RED value IS 16 (6.64% from 255) = 10.13%

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

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

R = 10.13%
G = 41.14%
B = 48.73%

CMYK

 C value IS 0.79

 M value IS 0.16

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#10414D (or 0x10414D) is known color: Cyprus. HEX triplet: 10, 41 and 4D. RGB value is (16,65,77). Sum of RGB (Red+Green+Blue) = 16+65+77=158 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.13% from 158); Green value is 65 (25.78% from 255 or 41.14% from 158); Blue value is 77 (30.47% from 255 or 48.73% from 158); Max value from RGB is 77 - color contains mainly: blue. Hex color #10414D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10414D is #EFBEB2. Grayscale: #333333. Windows color (decimal): -15711923 or 5062928. OLE color: 5062928.

HSL color Cylindrical-coordinate representation of color #10414D: hue angle of 191.8º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #10414D is Cyan = 0.79, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 16 65 77 -
CMYK 0.79 0.16 0 0.70
HSL 191.8º 0.66% 0.18% -
HSV(B) 191.8º 0.79% 0.3% -
XYZ 3.44 4.43 7.69 -
YUV 51.72 142.27 102.52 -
System Red Green Blue C M Y K H S L
Decimal 16 65 77 0.79 0.16 0 0.70 191.8 0.66 0.18
Hex 10 41 4D 4F 10 0 46 C0 42 12
Octal 20 101 115 117 20 0 106 300 102 22
Binary 10000 1000001 1001101 1001111 10000 0 1000110 11000000 1000010 10010

Color Harmonies of #10414D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10414D

Black with #10414D

Text Example


Text Example

White with #10414D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,65,77); }

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

background-color css

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

 a { background-color: rgb(16,65,77); }

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

border-color css

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

 span { border-color: rgb(16,65,77); }

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