Html Css Color HEX #103D88 Dark Cerulean

📋 copy color: '#103D88'

red 16 ◦ green 61 ◦ blue 136

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

Shades of Dark Cerulean #103D88

Tints of Dark Cerulean #103D88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 63.85%

R = 7.51%
G = 28.64%
B = 63.85%

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

#103D88 (or 0x103D88) is known color: Dark Cerulean. HEX triplet: 10, 3D and 88. RGB value is (16,61,136). Sum of RGB (Red+Green+Blue) = 16+61+136=213 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.51% from 213); Green value is 61 (24.22% from 255 or 28.64% from 213); Blue value is 136 (53.52% from 255 or 63.85% from 213); Max value from RGB is 136 - color contains mainly: blue. Hex color #103D88 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103D88 is #EFC277. Grayscale: #373737. Windows color (decimal): -15712888 or 8928528. OLE color: 8928528.

HSL color Cylindrical-coordinate representation of color #103D88: hue angle of 217.5º 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 #103D88 is Cyan = 0.88, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 16 61 136 -
CMYK 0.88 0.55 0 0.47
HSL 217.5º 0.79% 0.3% -
HSV(B) 217.5º 0.88% 0.53% -
XYZ 6.33 5.23 23.97 -
YUV 56.1 173.09 99.4 -
System Red Green Blue C M Y K H S L
Decimal 16 61 136 0.88 0.55 0 0.47 217.5 0.79 0.3
Hex 10 3D 88 58 37 0 2F DA 4F 1E
Octal 20 75 210 130 67 0 57 332 117 36
Binary 10000 111101 10001000 1011000 110111 0 101111 11011010 1001111 11110

Color Harmonies of #103D88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103D88

Black with #103D88

Text Example


Text Example

White with #103D88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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