Html Css Color HEX #103585 Dark Cerulean

📋 copy color: '#103585'

red 16 ◦ green 53 ◦ blue 133

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

Shades of Dark Cerulean #103585

Tints of Dark Cerulean #103585

RGB

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

 GREEN value IS 53 (21.09% from 255) = 26.24%

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

R = 7.92%
G = 26.24%
B = 65.84%

CMYK

 C value IS 0.88

 M value IS 0.60

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#103585 (or 0x103585) is known color: Dark Cerulean. HEX triplet: 10, 35 and 85. RGB value is (16,53,133). Sum of RGB (Red+Green+Blue) = 16+53+133=202 (26% of max value = 765). Red value is 16 (6.64% from 255 or 7.92% from 202); Green value is 53 (21.09% from 255 or 26.24% from 202); Blue value is 133 (52.34% from 255 or 65.84% from 202); Max value from RGB is 133 - color contains mainly: blue. Hex color #103585 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103585 is #EFCA7A. Grayscale: #323232. Windows color (decimal): -15714939 or 8729872. OLE color: 8729872.

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

Color convert

RGB 16 53 133 -
CMYK 0.88 0.60 0 0.48
HSL 221.03º 0.79% 0.29% -
HSV(B) 221.03º 0.88% 0.52% -
XYZ 5.72 4.35 22.73 -
YUV 51.06 174.24 103 -
System Red Green Blue C M Y K H S L
Decimal 16 53 133 0.88 0.60 0 0.48 221.03 0.79 0.29
Hex 10 35 85 58 3C 0 30 DD 4F 1D
Octal 20 65 205 130 74 0 60 335 117 35
Binary 10000 110101 10000101 1011000 111100 0 110000 11011101 1001111 11101

Color Harmonies of #103585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103585

Black with #103585

Text Example


Text Example

White with #103585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #103585; }

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

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

background-color css

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

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

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

border-color css

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

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

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