Html Css Color HEX #10404C Cyprus

📋 copy color: '#10404C'

red 16 ◦ green 64 ◦ blue 76

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

Shades of Cyprus #10404C

Tints of Cyprus #10404C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 48.72%

R = 10.26%
G = 41.03%
B = 48.72%

CMYK

 C value IS 0.79

 M value IS 0.16

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#10404C (or 0x10404C) is known color: Cyprus. HEX triplet: 10, 40 and 4C. RGB value is (16,64,76). Sum of RGB (Red+Green+Blue) = 16+64+76=156 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.26% from 156); Green value is 64 (25.39% from 255 or 41.03% from 156); Blue value is 76 (30.08% from 255 or 48.72% from 156); Max value from RGB is 76 - color contains mainly: blue. Hex color #10404C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10404C is #EFBFB3. Grayscale: #323232. Windows color (decimal): -15712180 or 4997136. OLE color: 4997136.

HSL color Cylindrical-coordinate representation of color #10404C: hue angle of 192º degrees, saturation: 0.65, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #10404C is Cyan = 0.79, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 16 64 76 -
CMYK 0.79 0.16 0 0.70
HSL 192º 0.65% 0.18% -
HSV(B) 192º 0.79% 0.3% -
XYZ 3.35 4.3 7.49 -
YUV 51.02 142.1 103.02 -
System Red Green Blue C M Y K H S L
Decimal 16 64 76 0.79 0.16 0 0.70 192 0.65 0.18
Hex 10 40 4C 4F 10 0 46 C0 41 12
Octal 20 100 114 117 20 0 106 300 101 22
Binary 10000 1000000 1001100 1001111 10000 0 1000110 11000000 1000001 10010

Color Harmonies of #10404C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10404C

Black with #10404C

Text Example


Text Example

White with #10404C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10404C; }

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

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

background-color css

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

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

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

border-color css

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

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

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