Html Css Color HEX #103682 Dark Cerulean

📋 copy color: '#103682'

red 16 ◦ green 54 ◦ blue 130

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

Shades of Dark Cerulean #103682

Tints of Dark Cerulean #103682

RGB

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

 GREEN value IS 54 (21.48% from 255) = 27%

 BLUE value IS 130 (51.17% from 255) = 65%

R = 8%
G = 27%
B = 65%

CMYK

 C value IS 0.88

 M value IS 0.58

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#103682 (or 0x103682) is known color: Dark Cerulean. HEX triplet: 10, 36 and 82. RGB value is (16,54,130). Sum of RGB (Red+Green+Blue) = 16+54+130=200 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8% from 200); Green value is 54 (21.48% from 255 or 27% from 200); Blue value is 130 (51.17% from 255 or 65% from 200); Max value from RGB is 130 - color contains mainly: blue. Hex color #103682 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103682 is #EFC97D. Grayscale: #323232. Windows color (decimal): -15714686 or 8533520. OLE color: 8533520.

HSL color Cylindrical-coordinate representation of color #103682: hue angle of 220º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #103682 is Cyan = 0.88, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 16 54 130 -
CMYK 0.88 0.58 0 0.49
HSL 220º 0.78% 0.29% -
HSV(B) 220º 0.88% 0.51% -
XYZ 5.56 4.36 21.67 -
YUV 51.3 172.41 102.82 -
System Red Green Blue C M Y K H S L
Decimal 16 54 130 0.88 0.58 0 0.49 220 0.78 0.29
Hex 10 36 82 58 3A 0 31 DC 4E 1D
Octal 20 66 202 130 72 0 61 334 116 35
Binary 10000 110110 10000010 1011000 111010 0 110001 11011100 1001110 11101

Color Harmonies of #103682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103682

Black with #103682

Text Example


Text Example

White with #103682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #103682; }

 p { color: rgb(16,54,130); }

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

background-color css

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

 a { background-color: rgb(16,54,130); }

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

border-color css

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

 span { border-color: rgb(16,54,130); }

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