Html Css Color HEX #10424C Cyprus

📋 copy color: '#10424C'

red 16 ◦ green 66 ◦ blue 76

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

Shades of Cyprus #10424C

Tints of Cyprus #10424C

RGB

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

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

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

R = 10.13%
G = 41.77%
B = 48.1%

CMYK

 C value IS 0.79

 M value IS 0.13

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#10424C (or 0x10424C) is known color: Cyprus. HEX triplet: 10, 42 and 4C. RGB value is (16,66,76). Sum of RGB (Red+Green+Blue) = 16+66+76=158 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.13% from 158); Green value is 66 (26.17% from 255 or 41.77% from 158); Blue value is 76 (30.08% from 255 or 48.10% from 158); Max value from RGB is 76 - color contains mainly: blue. Hex color #10424C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10424C is #EFBDB3. Grayscale: #343434. Windows color (decimal): -15711668 or 4997648. OLE color: 4997648.

HSL color Cylindrical-coordinate representation of color #10424C: hue angle of 190º 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 #10424C is Cyan = 0.79, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 16 66 76 -
CMYK 0.79 0.13 0 0.70
HSL 190º 0.65% 0.18% -
HSV(B) 190º 0.79% 0.3% -
XYZ 3.47 4.53 7.53 -
YUV 52.19 141.44 102.19 -
System Red Green Blue C M Y K H S L
Decimal 16 66 76 0.79 0.13 0 0.70 190 0.65 0.18
Hex 10 42 4C 4F D 0 46 BE 41 12
Octal 20 102 114 117 15 0 106 276 101 22
Binary 10000 1000010 1001100 1001111 1101 0 1000110 10111110 1000001 10010

Color Harmonies of #10424C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10424C

Black with #10424C

Text Example


Text Example

White with #10424C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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