Html Css Color HEX #10518D Dark Cerulean

📋 copy color: '#10518D'

red 16 ◦ green 81 ◦ blue 141

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

Shades of Dark Cerulean #10518D

Tints of Dark Cerulean #10518D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 34.03%

 BLUE value IS 141 (55.47% from 255) = 59.24%

R = 6.72%
G = 34.03%
B = 59.24%

CMYK

 C value IS 0.89

 M value IS 0.43

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#10518D (or 0x10518D) is known color: Dark Cerulean. HEX triplet: 10, 51 and 8D. RGB value is (16,81,141). Sum of RGB (Red+Green+Blue) = 16+81+141=238 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.72% from 238); Green value is 81 (32.03% from 255 or 34.03% from 238); Blue value is 141 (55.47% from 255 or 59.24% from 238); Max value from RGB is 141 - color contains mainly: blue. Hex color #10518D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #10518D is #EFAE72. Grayscale: #444444. Windows color (decimal): -15707763 or 9261328. OLE color: 9261328.

HSL color Cylindrical-coordinate representation of color #10518D: hue angle of 208.8º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #10518D is Cyan = 0.89, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 16 81 141 -
CMYK 0.89 0.43 0 0.45
HSL 208.8º 0.8% 0.31% -
HSV(B) 208.8º 0.89% 0.55% -
XYZ 7.96 7.92 26.31 -
YUV 68.41 168.97 90.62 -
System Red Green Blue C M Y K H S L
Decimal 16 81 141 0.89 0.43 0 0.45 208.8 0.8 0.31
Hex 10 51 8D 59 2B 0 2D D1 50 1F
Octal 20 121 215 131 53 0 55 321 120 37
Binary 10000 1010001 10001101 1011001 101011 0 101101 11010001 1010000 11111

Color Harmonies of #10518D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10518D

Black with #10518D

Text Example


Text Example

White with #10518D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10518D; }

 p { color: rgb(16,81,141); }

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

background-color css

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

 a { background-color: rgb(16,81,141); }

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

border-color css

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

 span { border-color: rgb(16,81,141); }

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