Html Css Color HEX #10518A Dark Cerulean

📋 copy color: '#10518A'

red 16 ◦ green 81 ◦ blue 138

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

Shades of Dark Cerulean #10518A

Tints of Dark Cerulean #10518A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 58.72%

R = 6.81%
G = 34.47%
B = 58.72%

CMYK

 C value IS 0.88

 M value IS 0.41

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#10518A (or 0x10518A) is known color: Dark Cerulean. HEX triplet: 10, 51 and 8A. RGB value is (16,81,138). Sum of RGB (Red+Green+Blue) = 16+81+138=235 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.81% from 235); Green value is 81 (32.03% from 255 or 34.47% from 235); Blue value is 138 (54.30% from 255 or 58.72% from 235); Max value from RGB is 138 - color contains mainly: blue. Hex color #10518A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #10518A is #EFAE75. Grayscale: #434343. Windows color (decimal): -15707766 or 9064720. OLE color: 9064720.

HSL color Cylindrical-coordinate representation of color #10518A: hue angle of 208.03º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #10518A is Cyan = 0.88, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 16 81 138 -
CMYK 0.88 0.41 0 0.46
HSL 208.03º 0.79% 0.3% -
HSV(B) 208.03º 0.88% 0.54% -
XYZ 7.74 7.83 25.15 -
YUV 68.06 167.47 90.87 -
System Red Green Blue C M Y K H S L
Decimal 16 81 138 0.88 0.41 0 0.46 208.03 0.79 0.3
Hex 10 51 8A 58 29 0 2E D0 4F 1E
Octal 20 121 212 130 51 0 56 320 117 36
Binary 10000 1010001 10001010 1011000 101001 0 101110 11010000 1001111 11110

Color Harmonies of #10518A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10518A

Black with #10518A

Text Example


Text Example

White with #10518A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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