Html Css Color HEX #10494D Cyprus

📋 copy color: '#10494D'

red 16 ◦ green 73 ◦ blue 77

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

Shades of Cyprus #10494D

Tints of Cyprus #10494D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 43.98%

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

R = 9.64%
G = 43.98%
B = 46.39%

CMYK

 C value IS 0.79

 M value IS 0.05

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#10494D (or 0x10494D) is known color: Cyprus. HEX triplet: 10, 49 and 4D. RGB value is (16,73,77). Sum of RGB (Red+Green+Blue) = 16+73+77=166 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.64% from 166); Green value is 73 (28.91% from 255 or 43.98% from 166); Blue value is 77 (30.47% from 255 or 46.39% from 166); Max value from RGB is 77 - color contains mainly: blue. Hex color #10494D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10494D is #EFB6B2. Grayscale: #383838. Windows color (decimal): -15709875 or 5064976. OLE color: 5064976.

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

Color convert

RGB 16 73 77 -
CMYK 0.79 0.05 0 0.70
HSL 183.93º 0.66% 0.18% -
HSV(B) 183.93º 0.79% 0.3% -
XYZ 3.94 5.41 7.86 -
YUV 56.41 139.62 99.17 -
System Red Green Blue C M Y K H S L
Decimal 16 73 77 0.79 0.05 0 0.70 183.93 0.66 0.18
Hex 10 49 4D 4F 5 0 46 B8 42 12
Octal 20 111 115 117 5 0 106 270 102 22
Binary 10000 1001001 1001101 1001111 101 0 1000110 10111000 1000010 10010

Color Harmonies of #10494D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10494D

Black with #10494D

Text Example


Text Example

White with #10494D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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