Html Css Color HEX #104149 Cyprus

📋 copy color: '#104149'

red 16 ◦ green 65 ◦ blue 73

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

Shades of Cyprus #104149

Tints of Cyprus #104149

RGB

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

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

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

R = 10.39%
G = 42.21%
B = 47.4%

CMYK

 C value IS 0.78

 M value IS 0.11

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#104149 (or 0x104149) is known color: Cyprus. HEX triplet: 10, 41 and 49. RGB value is (16,65,73). Sum of RGB (Red+Green+Blue) = 16+65+73=154 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.39% from 154); Green value is 65 (25.78% from 255 or 42.21% from 154); Blue value is 73 (28.91% from 255 or 47.40% from 154); Max value from RGB is 73 - color contains mainly: blue. Hex color #104149 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104149 is #EFBEB6. Grayscale: #333333. Windows color (decimal): -15711927 or 4800784. OLE color: 4800784.

HSL color Cylindrical-coordinate representation of color #104149: hue angle of 188.42º 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 #104149 is Cyan = 0.78, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 16 65 73 -
CMYK 0.78 0.11 0 0.71
HSL 188.42º 0.64% 0.17% -
HSV(B) 188.42º 0.78% 0.29% -
XYZ 3.31 4.37 6.97 -
YUV 51.26 140.27 102.85 -
System Red Green Blue C M Y K H S L
Decimal 16 65 73 0.78 0.11 0 0.71 188.42 0.64 0.17
Hex 10 41 49 4E B 0 47 BC 40 11
Octal 20 101 111 116 13 0 107 274 100 21
Binary 10000 1000001 1001001 1001110 1011 0 1000111 10111100 1000000 10001

Color Harmonies of #104149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104149

Black with #104149

Text Example


Text Example

White with #104149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104149; }

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

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

background-color css

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

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

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

border-color css

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

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

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