Html Css Color HEX #10518E Dark Cerulean

📋 copy color: '#10518E'

red 16 ◦ green 81 ◦ blue 142

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

Shades of Dark Cerulean #10518E

Tints of Dark Cerulean #10518E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 59.41%

R = 6.69%
G = 33.89%
B = 59.41%

CMYK

 C value IS 0.89

 M value IS 0.43

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#10518E (or 0x10518E) is known color: Dark Cerulean. HEX triplet: 10, 51 and 8E. RGB value is (16,81,142). Sum of RGB (Red+Green+Blue) = 16+81+142=239 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.69% from 239); Green value is 81 (32.03% from 255 or 33.89% from 239); Blue value is 142 (55.86% from 255 or 59.41% from 239); Max value from RGB is 142 - color contains mainly: blue. Hex color #10518E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #10518E is #EFAE71. Grayscale: #444444. Windows color (decimal): -15707762 or 9326864. OLE color: 9326864.

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

Color convert

RGB 16 81 142 -
CMYK 0.89 0.43 0 0.44
HSL 209.05º 0.8% 0.31% -
HSV(B) 209.05º 0.89% 0.56% -
XYZ 8.04 7.95 26.7 -
YUV 68.52 169.47 90.54 -
System Red Green Blue C M Y K H S L
Decimal 16 81 142 0.89 0.43 0 0.44 209.05 0.8 0.31
Hex 10 51 8E 59 2B 0 2C D1 50 1F
Octal 20 121 216 131 53 0 54 321 120 37
Binary 10000 1010001 10001110 1011001 101011 0 101100 11010001 1010000 11111

Color Harmonies of #10518E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10518E

Black with #10518E

Text Example


Text Example

White with #10518E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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