#10454E

Color #10454E Cyprus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cyprus #10454E

Tints of Cyprus #10454E

Color information

#10454E (or 0x10454E) is unknown color: approx Cyprus. HEX triplet: 10, 45 and 4E. RGB value is (16,69,78). Sum of RGB (Red+Green+Blue) = 16+69+78=163 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.82% from 163); Green value is 69 (27.34% from 255 or 42.33% from 163); Blue value is 78 (30.86% from 255 or 47.85% from 163); Max value from RGB is 78 - color contains mainly: blue. Hex color #10454E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10454E is #EFBAB1. Grayscale: #363636. Windows color (decimal): -15710898 or 5129488. OLE color: 5129488.

HSL color Cylindrical-coordinate representation of color #10454E: hue angle of 188.71º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #10454E is Cyan = 0.79, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB166978-
CMYK0.790.1200.69
HSL188.71º65.96%18.43%-
HSV(B)188.71º79.49%30.59%-
XYZ3.724.927.96-
YUV54.18141.44100.77-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.82%
GREEN value IS 69 (27.34% from 255) = 42.33%
BLUE value IS 78 (30.86% from 255) = 47.85%
R=9.82%
G=42.33%
B=47.85%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1669780.790.1200.69188.7165.9618.43
Hex10454E4FC045bd4212
Octal2010511611714010527510222
Binary1000010001011001110100111111000100010110111101100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10454E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10454E; }

 p { color: rgb(16,69,78); }

 H1.HeaderClassName
 {
   color: #10454E;
 }
 .AnyTagClassName
 {
   color: #10454E;
 }
</style>
background-color css

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

 a { background-color: rgb(16,69,78); }

 div.DivClassName
 {
   background-color: #10454E;
 }
 .BgClassName
 {
   background-color: #10454E;
 }
</style>
border-color css

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

 span { border-color: rgb(16,69,78); }

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