Html Css Color HEX #103784 Dark Cerulean

📋 copy color: '#103784'

red 16 ◦ green 55 ◦ blue 132

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

Shades of Dark Cerulean #103784

Tints of Dark Cerulean #103784

RGB

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

 GREEN value IS 55 (21.88% from 255) = 27.09%

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

R = 7.88%
G = 27.09%
B = 65.02%

CMYK

 C value IS 0.88

 M value IS 0.58

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#103784 (or 0x103784) is known color: Dark Cerulean. HEX triplet: 10, 37 and 84. RGB value is (16,55,132). Sum of RGB (Red+Green+Blue) = 16+55+132=203 (26% of max value = 765). Red value is 16 (6.64% from 255 or 7.88% from 203); Green value is 55 (21.88% from 255 or 27.09% from 203); Blue value is 132 (51.95% from 255 or 65.02% from 203); Max value from RGB is 132 - color contains mainly: blue. Hex color #103784 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103784 is #EFC87B. Grayscale: #333333. Windows color (decimal): -15714428 or 8664848. OLE color: 8664848.

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

Color convert

RGB 16 55 132 -
CMYK 0.88 0.58 0 0.48
HSL 219.83º 0.78% 0.29% -
HSV(B) 219.83º 0.88% 0.52% -
XYZ 5.74 4.51 22.4 -
YUV 52.12 173.08 102.24 -
System Red Green Blue C M Y K H S L
Decimal 16 55 132 0.88 0.58 0 0.48 219.83 0.78 0.29
Hex 10 37 84 58 3A 0 30 DC 4E 1D
Octal 20 67 204 130 72 0 60 334 116 35
Binary 10000 110111 10000100 1011000 111010 0 110000 11011100 1001110 11101

Color Harmonies of #103784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103784

Black with #103784

Text Example


Text Example

White with #103784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #103784; }

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

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

background-color css

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

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

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

border-color css

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

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

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