Html Css Color HEX #103785 Dark Cerulean

📋 copy color: '#103785'

red 16 ◦ green 55 ◦ blue 133

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

Shades of Dark Cerulean #103785

Tints of Dark Cerulean #103785

RGB

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

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

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

R = 7.84%
G = 26.96%
B = 65.2%

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

#103785 (or 0x103785) is known color: Dark Cerulean. HEX triplet: 10, 37 and 85. RGB value is (16,55,133). Sum of RGB (Red+Green+Blue) = 16+55+133=204 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.84% from 204); Green value is 55 (21.88% from 255 or 26.96% from 204); Blue value is 133 (52.34% from 255 or 65.20% from 204); Max value from RGB is 133 - color contains mainly: blue. Hex color #103785 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103785 is #EFC87A. Grayscale: #333333. Windows color (decimal): -15714427 or 8730384. OLE color: 8730384.

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

Color convert

RGB 16 55 133 -
CMYK 0.88 0.59 0 0.48
HSL 220º 0.79% 0.29% -
HSV(B) 220º 0.88% 0.52% -
XYZ 5.81 4.54 22.76 -
YUV 52.23 173.58 102.16 -
System Red Green Blue C M Y K H S L
Decimal 16 55 133 0.88 0.59 0 0.48 220 0.79 0.29
Hex 10 37 85 58 3B 0 30 DC 4F 1D
Octal 20 67 205 130 73 0 60 334 117 35
Binary 10000 110111 10000101 1011000 111011 0 110000 11011100 1001111 11101

Color Harmonies of #103785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103785

Black with #103785

Text Example


Text Example

White with #103785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #103785; }

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

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

background-color css

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

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

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

border-color css

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

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

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