Html Css Color HEX #104041 Cyprus

📋 copy color: '#104041'

red 16 ◦ green 64 ◦ blue 65

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

Shades of Cyprus #104041

Tints of Cyprus #104041

RGB

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

 GREEN value IS 64 (25.39% from 255) = 44.14%

 BLUE value IS 65 (25.78% from 255) = 44.83%

R = 11.03%
G = 44.14%
B = 44.83%

CMYK

 C value IS 0.75

 M value IS 0.02

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#104041 (or 0x104041) is known color: Cyprus. HEX triplet: 10, 40 and 41. RGB value is (16,64,65). Sum of RGB (Red+Green+Blue) = 16+64+65=145 (19% of max value = 765). Red value is 16 (6.64% from 255 or 11.03% from 145); Green value is 64 (25.39% from 255 or 44.14% from 145); Blue value is 65 (25.78% from 255 or 44.83% from 145); Max value from RGB is 65 - color contains mainly: blue. Hex color #104041 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104041 is #EFBFBE. Grayscale: #313131. Windows color (decimal): -15712191 or 4276240. OLE color: 4276240.

HSL color Cylindrical-coordinate representation of color #104041: hue angle of 181.22º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #104041 is Cyan = 0.75, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 16 64 65 -
CMYK 0.75 0.02 0 0.75
HSL 181.22º 0.6% 0.16% -
HSV(B) 181.22º 0.75% 0.25% -
XYZ 3 4.16 5.65 -
YUV 49.76 136.6 103.92 -
System Red Green Blue C M Y K H S L
Decimal 16 64 65 0.75 0.02 0 0.75 181.22 0.6 0.16
Hex 10 40 41 4B 2 0 4B B5 3C 10
Octal 20 100 101 113 2 0 113 265 74 20
Binary 10000 1000000 1000001 1001011 10 0 1001011 10110101 111100 10000

Color Harmonies of #104041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104041

Black with #104041

Text Example


Text Example

White with #104041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104041; }

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

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

background-color css

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

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

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

border-color css

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

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

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