Html Css Color HEX #104147 Cyprus

📋 copy color: '#104147'

red 16 ◦ green 65 ◦ blue 71

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

Shades of Cyprus #104147

Tints of Cyprus #104147

RGB

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

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

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

R = 10.53%
G = 42.76%
B = 46.71%

CMYK

 C value IS 0.77

 M value IS 0.08

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#104147 (or 0x104147) is known color: Cyprus. HEX triplet: 10, 41 and 47. RGB value is (16,65,71). Sum of RGB (Red+Green+Blue) = 16+65+71=152 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.53% from 152); Green value is 65 (25.78% from 255 or 42.76% from 152); Blue value is 71 (28.12% from 255 or 46.71% from 152); Max value from RGB is 71 - color contains mainly: blue. Hex color #104147 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104147 is #EFBEB8. Grayscale: #323232. Windows color (decimal): -15711929 or 4669712. OLE color: 4669712.

HSL color Cylindrical-coordinate representation of color #104147: hue angle of 186.55º 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 #104147 is Cyan = 0.77, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 16 65 71 -
CMYK 0.77 0.08 0 0.72
HSL 186.55º 0.63% 0.17% -
HSV(B) 186.55º 0.77% 0.28% -
XYZ 3.24 4.35 6.63 -
YUV 51.03 139.27 103.01 -
System Red Green Blue C M Y K H S L
Decimal 16 65 71 0.77 0.08 0 0.72 186.55 0.63 0.17
Hex 10 41 47 4D 8 0 48 BB 3F 11
Octal 20 101 107 115 10 0 110 273 77 21
Binary 10000 1000001 1000111 1001101 1000 0 1001000 10111011 111111 10001

Color Harmonies of #104147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104147

Black with #104147

Text Example


Text Example

White with #104147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104147; }

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

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

background-color css

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

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

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

border-color css

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

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

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