Html Css Color HEX #10414A Cyprus

📋 copy color: '#10414A'

red 16 ◦ green 65 ◦ blue 74

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

Shades of Cyprus #10414A

Tints of Cyprus #10414A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 47.74%

R = 10.32%
G = 41.94%
B = 47.74%

CMYK

 C value IS 0.78

 M value IS 0.12

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#10414A (or 0x10414A) is known color: Cyprus. HEX triplet: 10, 41 and 4A. RGB value is (16,65,74). Sum of RGB (Red+Green+Blue) = 16+65+74=155 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.32% from 155); Green value is 65 (25.78% from 255 or 41.94% from 155); Blue value is 74 (29.30% from 255 or 47.74% from 155); Max value from RGB is 74 - color contains mainly: blue. Hex color #10414A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10414A is #EFBEB5. Grayscale: #333333. Windows color (decimal): -15711926 or 4866320. OLE color: 4866320.

HSL color Cylindrical-coordinate representation of color #10414A: hue angle of 189.31º degrees, saturation: 0.64, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #10414A is Cyan = 0.78, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 16 65 74 -
CMYK 0.78 0.12 0 0.71
HSL 189.31º 0.64% 0.18% -
HSV(B) 189.31º 0.78% 0.29% -
XYZ 3.34 4.39 7.15 -
YUV 51.38 140.77 102.77 -
System Red Green Blue C M Y K H S L
Decimal 16 65 74 0.78 0.12 0 0.71 189.31 0.64 0.18
Hex 10 41 4A 4E C 0 47 BD 40 12
Octal 20 101 112 116 14 0 107 275 100 22
Binary 10000 1000001 1001010 1001110 1100 0 1000111 10111101 1000000 10010

Color Harmonies of #10414A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10414A

Black with #10414A

Text Example


Text Example

White with #10414A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10414A; }

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

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

background-color css

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

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

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

border-color css

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

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

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