Html Css Color HEX #104247 Cyprus

📋 copy color: '#104247'

red 16 ◦ green 66 ◦ blue 71

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

Shades of Cyprus #104247

Tints of Cyprus #104247

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 46.41%

R = 10.46%
G = 43.14%
B = 46.41%

CMYK

 C value IS 0.77

 M value IS 0.07

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#104247 (or 0x104247) is known color: Cyprus. HEX triplet: 10, 42 and 47. RGB value is (16,66,71). Sum of RGB (Red+Green+Blue) = 16+66+71=153 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.46% from 153); Green value is 66 (26.17% from 255 or 43.14% from 153); Blue value is 71 (28.12% from 255 or 46.41% from 153); Max value from RGB is 71 - color contains mainly: blue. Hex color #104247 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104247 is #EFBDB8. Grayscale: #333333. Windows color (decimal): -15711673 or 4669968. OLE color: 4669968.

HSL color Cylindrical-coordinate representation of color #104247: hue angle of 185.45º degrees, saturation: 0.63, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #104247 is Cyan = 0.77, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 16 66 71 -
CMYK 0.77 0.07 0 0.72
HSL 185.45º 0.63% 0.17% -
HSV(B) 185.45º 0.77% 0.28% -
XYZ 3.3 4.46 6.65 -
YUV 51.62 138.94 102.59 -
System Red Green Blue C M Y K H S L
Decimal 16 66 71 0.77 0.07 0 0.72 185.45 0.63 0.17
Hex 10 42 47 4D 7 0 48 B9 3F 11
Octal 20 102 107 115 7 0 110 271 77 21
Binary 10000 1000010 1000111 1001101 111 0 1001000 10111001 111111 10001

Color Harmonies of #104247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104247

Black with #104247

Text Example


Text Example

White with #104247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104247; }

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

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

background-color css

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

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

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

border-color css

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

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

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