Html Css Color HEX #103C84 Dark Cerulean

📋 copy color: '#103C84'

red 16 ◦ green 60 ◦ blue 132

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

Shades of Dark Cerulean #103C84

Tints of Dark Cerulean #103C84

RGB

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

 GREEN value IS 60 (23.83% from 255) = 28.85%

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

R = 7.69%
G = 28.85%
B = 63.46%

CMYK

 C value IS 0.88

 M value IS 0.55

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#103C84 (or 0x103C84) is known color: Dark Cerulean. HEX triplet: 10, 3C and 84. RGB value is (16,60,132). Sum of RGB (Red+Green+Blue) = 16+60+132=208 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.69% from 208); Green value is 60 (23.83% from 255 or 28.85% from 208); Blue value is 132 (51.95% from 255 or 63.46% from 208); Max value from RGB is 132 - color contains mainly: blue. Hex color #103C84 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103C84 is #EFC37B. Grayscale: #363636. Windows color (decimal): -15713148 or 8666128. OLE color: 8666128.

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

Color convert

RGB 16 60 132 -
CMYK 0.88 0.55 0 0.48
HSL 217.24º 0.78% 0.29% -
HSV(B) 217.24º 0.88% 0.52% -
XYZ 5.99 5.01 22.48 -
YUV 55.05 171.42 100.15 -
System Red Green Blue C M Y K H S L
Decimal 16 60 132 0.88 0.55 0 0.48 217.24 0.78 0.29
Hex 10 3C 84 58 37 0 30 D9 4E 1D
Octal 20 74 204 130 67 0 60 331 116 35
Binary 10000 111100 10000100 1011000 110111 0 110000 11011001 1001110 11101

Color Harmonies of #103C84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103C84

Black with #103C84

Text Example


Text Example

White with #103C84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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