Html Css Color HEX #103D87 Dark Cerulean

📋 copy color: '#103D87'

red 16 ◦ green 61 ◦ blue 135

#103D87
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #103D87

Tints of Dark Cerulean #103D87

RGB

 RED value IS 16 (6.64% from 255) = 7.55%

 GREEN value IS 61 (24.22% from 255) = 28.77%

 BLUE value IS 135 (53.13% from 255) = 63.68%

R = 7.55%
G = 28.77%
B = 63.68%

CMYK

 C value IS 0.88

 M value IS 0.55

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#103D87 (or 0x103D87) is known color: Dark Cerulean. HEX triplet: 10, 3D and 87. RGB value is (16,61,135). Sum of RGB (Red+Green+Blue) = 16+61+135=212 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.55% from 212); Green value is 61 (24.22% from 255 or 28.77% from 212); Blue value is 135 (53.12% from 255 or 63.68% from 212); Max value from RGB is 135 - color contains mainly: blue. Hex color #103D87 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103D87 is #EFC278. Grayscale: #373737. Windows color (decimal): -15712889 or 8862992. OLE color: 8862992.

HSL color Cylindrical-coordinate representation of color #103D87: hue angle of 217.31º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #103D87 is Cyan = 0.88, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 16 61 135 -
CMYK 0.88 0.55 0 0.47
HSL 217.31º 0.79% 0.3% -
HSV(B) 217.31º 0.88% 0.53% -
XYZ 6.26 5.2 23.6 -
YUV 55.98 172.59 99.48 -
System Red Green Blue C M Y K H S L
Decimal 16 61 135 0.88 0.55 0 0.47 217.31 0.79 0.3
Hex 10 3D 87 58 37 0 2F D9 4F 1E
Octal 20 75 207 130 67 0 57 331 117 36
Binary 10000 111101 10000111 1011000 110111 0 101111 11011001 1001111 11110

Color Harmonies of #103D87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103D87

Black with #103D87

Text Example


Text Example

White with #103D87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #103D87; }

 p { color: rgb(16,61,135); }

 H1.HeaderClassName
 {
   color: #103D87;
 }
 .AnyTagClassName
 {
   color: #103D87;
 }
</style>

background-color css

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

 a { background-color: rgb(16,61,135); }

 div.DivClassName
 {
   background-color: #103D87;
 }
 .BgClassName
 {
   background-color: #103D87;
 }
</style>

border-color css

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

 span { border-color: rgb(16,61,135); }

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