Html Css Color HEX #103D84 Dark Cerulean

📋 copy color: '#103D84'

red 16 ◦ green 61 ◦ blue 132

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

Shades of Dark Cerulean #103D84

Tints of Dark Cerulean #103D84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 63.16%

R = 7.66%
G = 29.19%
B = 63.16%

CMYK

 C value IS 0.88

 M value IS 0.54

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#103D84 (or 0x103D84) is known color: Dark Cerulean. HEX triplet: 10, 3D and 84. RGB value is (16,61,132). Sum of RGB (Red+Green+Blue) = 16+61+132=209 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.66% from 209); Green value is 61 (24.22% from 255 or 29.19% from 209); Blue value is 132 (51.95% from 255 or 63.16% from 209); Max value from RGB is 132 - color contains mainly: blue. Hex color #103D84 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103D84 is #EFC27B. Grayscale: #373737. Windows color (decimal): -15712892 or 8666384. OLE color: 8666384.

HSL color Cylindrical-coordinate representation of color #103D84: hue angle of 216.72º degrees, saturation: 0.78, 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 #103D84 is Cyan = 0.88, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 16 61 132 -
CMYK 0.88 0.54 0 0.48
HSL 216.72º 0.78% 0.29% -
HSV(B) 216.72º 0.88% 0.52% -
XYZ 6.05 5.11 22.5 -
YUV 55.64 171.09 99.73 -
System Red Green Blue C M Y K H S L
Decimal 16 61 132 0.88 0.54 0 0.48 216.72 0.78 0.29
Hex 10 3D 84 58 36 0 30 D9 4E 1D
Octal 20 75 204 130 66 0 60 331 116 35
Binary 10000 111101 10000100 1011000 110110 0 110000 11011001 1001110 11101

Color Harmonies of #103D84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103D84

Black with #103D84

Text Example


Text Example

White with #103D84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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