Html Css Color HEX #10518C Dark Cerulean

📋 copy color: '#10518C'

red 16 ◦ green 81 ◦ blue 140

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

Shades of Dark Cerulean #10518C

Tints of Dark Cerulean #10518C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 59.07%

R = 6.75%
G = 34.18%
B = 59.07%

CMYK

 C value IS 0.89

 M value IS 0.42

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#10518C (or 0x10518C) is known color: Dark Cerulean. HEX triplet: 10, 51 and 8C. RGB value is (16,81,140). Sum of RGB (Red+Green+Blue) = 16+81+140=237 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.75% from 237); Green value is 81 (32.03% from 255 or 34.18% from 237); Blue value is 140 (55.08% from 255 or 59.07% from 237); Max value from RGB is 140 - color contains mainly: blue. Hex color #10518C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #10518C is #EFAE73. Grayscale: #434343. Windows color (decimal): -15707764 or 9195792. OLE color: 9195792.

HSL color Cylindrical-coordinate representation of color #10518C: hue angle of 208.55º degrees, saturation: 0.79, 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 #10518C is Cyan = 0.89, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 16 81 140 -
CMYK 0.89 0.42 0 0.45
HSL 208.55º 0.79% 0.31% -
HSV(B) 208.55º 0.89% 0.55% -
XYZ 7.89 7.89 25.92 -
YUV 68.29 168.47 90.7 -
System Red Green Blue C M Y K H S L
Decimal 16 81 140 0.89 0.42 0 0.45 208.55 0.79 0.31
Hex 10 51 8C 59 2A 0 2D D1 4F 1F
Octal 20 121 214 131 52 0 55 321 117 37
Binary 10000 1010001 10001100 1011001 101010 0 101101 11010001 1001111 11111

Color Harmonies of #10518C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10518C

Black with #10518C

Text Example


Text Example

White with #10518C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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