#10548F

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

Shades of Dark Cerulean #10548F

Tints of Dark Cerulean #10548F

Color information

#10548F (or 0x10548F) is unknown color: approx Dark Cerulean. HEX triplet: 10, 54 and 8F. RGB value is (16,84,143). Sum of RGB (Red+Green+Blue) = 16+84+143=243 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.58% from 243); Green value is 84 (33.20% from 255 or 34.57% from 243); Blue value is 143 (56.25% from 255 or 58.85% from 243); Max value from RGB is 143 - color contains mainly: blue. Hex color #10548F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #10548F is #EFAB70. Grayscale: #464646. Windows color (decimal): -15706993 or 9393168. OLE color: 9393168.

HSL color Cylindrical-coordinate representation of color #10548F: hue angle of 207.87º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #10548F is Cyan = 0.89, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1684143-
CMYK0.890.4100.44
HSL207.87º79.87%31.18%-
HSV(B)207.87º88.81%56.08%-
XYZ8.348.4327.17-
YUV70.39168.9789.2-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.58%
GREEN value IS 84 (33.20% from 255) = 34.57%
BLUE value IS 143 (56.25% from 255) = 58.85%
R=6.58%
G=34.57%
B=58.85%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal16841430.890.4100.44207.8779.8731.18
Hex10548F592902Cd0501f
Octal201242171315105432012037
Binary100001010100100011111011001101001010110011010000101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10548F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,84,143); }

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

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

 a { background-color: rgb(16,84,143); }

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

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

 span { border-color: rgb(16,84,143); }

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