Html Css Color HEX #103685 Dark Cerulean

📋 copy color: '#103685'

red 16 ◦ green 54 ◦ blue 133

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

Shades of Dark Cerulean #103685

Tints of Dark Cerulean #103685

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 65.52%

R = 7.88%
G = 26.6%
B = 65.52%

CMYK

 C value IS 0.88

 M value IS 0.59

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#103685 (or 0x103685) is known color: Dark Cerulean. HEX triplet: 10, 36 and 85. RGB value is (16,54,133). Sum of RGB (Red+Green+Blue) = 16+54+133=203 (26% of max value = 765). Red value is 16 (6.64% from 255 or 7.88% from 203); Green value is 54 (21.48% from 255 or 26.60% from 203); Blue value is 133 (52.34% from 255 or 65.52% from 203); Max value from RGB is 133 - color contains mainly: blue. Hex color #103685 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103685 is #EFC97A. Grayscale: #333333. Windows color (decimal): -15714683 or 8730128. OLE color: 8730128.

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

Color convert

RGB 16 54 133 -
CMYK 0.88 0.59 0 0.48
HSL 220.51º 0.79% 0.29% -
HSV(B) 220.51º 0.88% 0.52% -
XYZ 5.77 4.44 22.74 -
YUV 51.64 173.91 102.58 -
System Red Green Blue C M Y K H S L
Decimal 16 54 133 0.88 0.59 0 0.48 220.51 0.79 0.29
Hex 10 36 85 58 3B 0 30 DD 4F 1D
Octal 20 66 205 130 73 0 60 335 117 35
Binary 10000 110110 10000101 1011000 111011 0 110000 11011101 1001111 11101

Color Harmonies of #103685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103685

Black with #103685

Text Example


Text Example

White with #103685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #103685; }

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

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

background-color css

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

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

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

border-color css

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

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

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