#103875

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

Shades of Dark Cerulean #103875

Tints of Dark Cerulean #103875

Color information

#103875 (or 0x103875) is unknown color: approx Dark Cerulean. HEX triplet: 10, 38 and 75. RGB value is (16,56,117). Sum of RGB (Red+Green+Blue) = 16+56+117=189 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.47% from 189); Green value is 56 (22.27% from 255 or 29.63% from 189); Blue value is 117 (46.09% from 255 or 61.90% from 189); Max value from RGB is 117 - color contains mainly: blue. Hex color #103875 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103875 is #EFC78A. Grayscale: #323232. Windows color (decimal): -15714187 or 7682064. OLE color: 7682064.

HSL color Cylindrical-coordinate representation of color #103875: hue angle of 216.24º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #103875 is Cyan = 0.86, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1656117-
CMYK0.860.5200.54
HSL216.24º75.94%26.08%-
HSV(B)216.24º86.32%45.88%-
XYZ4.844.2217.39-
YUV50.99165.25103.04-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.47%
GREEN value IS 56 (22.27% from 255) = 29.63%
BLUE value IS 117 (46.09% from 255) = 61.90%
R=8.47%
G=29.63%
B=61.90%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal16561170.860.5200.54216.2475.9426.08
Hex1038755634036d84c1a
Octal20701651266406633011432
Binary1000011100011101011010110110100011011011011000100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103875; }

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

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

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

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

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

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

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

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