#10454F

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

Shades of Cyprus #10454F

Tints of Cyprus #10454F

Color information

#10454F (or 0x10454F) is unknown color: approx Cyprus. HEX triplet: 10, 45 and 4F. RGB value is (16,69,79). Sum of RGB (Red+Green+Blue) = 16+69+79=164 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.76% from 164); Green value is 69 (27.34% from 255 or 42.07% from 164); Blue value is 79 (31.25% from 255 or 48.17% from 164); Max value from RGB is 79 - color contains mainly: blue. Hex color #10454F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10454F is #EFBAB0. Grayscale: #363636. Windows color (decimal): -15710897 or 5195024. OLE color: 5195024.

HSL color Cylindrical-coordinate representation of color #10454F: hue angle of 189.52º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #10454F is Cyan = 0.80, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB166979-
CMYK0.800.1300.69
HSL189.52º66.32%18.63%-
HSV(B)189.52º79.75%30.98%-
XYZ3.754.938.15-
YUV54.29141.94100.69-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.76%
GREEN value IS 69 (27.34% from 255) = 42.07%
BLUE value IS 79 (31.25% from 255) = 48.17%
R=9.76%
G=42.07%
B=48.17%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1669790.800.1300.69189.5266.3218.63
Hex10454F50D045be4213
Octal2010511712015010527610223
Binary1000010001011001111101000011010100010110111110100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10454F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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