#103885

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

Shades of Dark Cerulean #103885

Tints of Dark Cerulean #103885

Color information

#103885 (or 0x103885) is unknown color: approx Dark Cerulean. HEX triplet: 10, 38 and 85. RGB value is (16,56,133). Sum of RGB (Red+Green+Blue) = 16+56+133=205 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.80% from 205); Green value is 56 (22.27% from 255 or 27.32% from 205); Blue value is 133 (52.34% from 255 or 64.88% from 205); Max value from RGB is 133 - color contains mainly: blue. Hex color #103885 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103885 is #EFC77A. Grayscale: #343434. Windows color (decimal): -15714171 or 8730640. OLE color: 8730640.

HSL color Cylindrical-coordinate representation of color #103885: hue angle of 219.49º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #103885 is Cyan = 0.88, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB1656133-
CMYK0.880.5800.48
HSL219.49º78.52%29.22%-
HSV(B)219.49º87.97%52.16%-
XYZ5.864.6322.78-
YUV52.82173.25101.74-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.80%
GREEN value IS 56 (22.27% from 255) = 27.32%
BLUE value IS 133 (52.34% from 255) = 64.88%
R=7.80%
G=27.32%
B=64.88%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal16561330.880.5800.48219.4978.5229.22
Hex103885583A030db4f1d
Octal20702051307206033311735
Binary10000111000100001011011000111010011000011011011100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103885; }

 p { color: rgb(16,56,133); }

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

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

 a { background-color: rgb(16,56,133); }

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

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

 span { border-color: rgb(16,56,133); }

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