Html Css Color HEX #104249 Cyprus

📋 copy color: '#104249'

red 16 ◦ green 66 ◦ blue 73

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

Shades of Cyprus #104249

Tints of Cyprus #104249

RGB

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

 GREEN value IS 66 (26.17% from 255) = 42.58%

 BLUE value IS 73 (28.91% from 255) = 47.1%

R = 10.32%
G = 42.58%
B = 47.1%

CMYK

 C value IS 0.78

 M value IS 0.10

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#104249 (or 0x104249) is known color: Cyprus. HEX triplet: 10, 42 and 49. RGB value is (16,66,73). Sum of RGB (Red+Green+Blue) = 16+66+73=155 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.32% from 155); Green value is 66 (26.17% from 255 or 42.58% from 155); Blue value is 73 (28.91% from 255 or 47.10% from 155); Max value from RGB is 73 - color contains mainly: blue. Hex color #104249 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104249 is #EFBDB6. Grayscale: #333333. Windows color (decimal): -15711671 or 4801040. OLE color: 4801040.

HSL color Cylindrical-coordinate representation of color #104249: hue angle of 187.37º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #104249 is Cyan = 0.78, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 16 66 73 -
CMYK 0.78 0.10 0 0.71
HSL 187.37º 0.64% 0.17% -
HSV(B) 187.37º 0.78% 0.29% -
XYZ 3.36 4.49 6.99 -
YUV 51.85 139.94 102.43 -
System Red Green Blue C M Y K H S L
Decimal 16 66 73 0.78 0.10 0 0.71 187.37 0.64 0.17
Hex 10 42 49 4E A 0 47 BB 40 11
Octal 20 102 111 116 12 0 107 273 100 21
Binary 10000 1000010 1001001 1001110 1010 0 1000111 10111011 1000000 10001

Color Harmonies of #104249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104249

Black with #104249

Text Example


Text Example

White with #104249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104249; }

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

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

background-color css

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

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

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

border-color css

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

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

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