Html Css Color HEX #10528F Dark Cerulean

📋 copy color: '#10528F'

red 16 ◦ green 82 ◦ blue 143

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

Shades of Dark Cerulean #10528F

Tints of Dark Cerulean #10528F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 34.02%

 BLUE value IS 143 (56.25% from 255) = 59.34%

R = 6.64%
G = 34.02%
B = 59.34%

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

#10528F (or 0x10528F) is known color: Dark Cerulean. HEX triplet: 10, 52 and 8F. RGB value is (16,82,143). Sum of RGB (Red+Green+Blue) = 16+82+143=241 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.64% from 241); Green value is 82 (32.42% from 255 or 34.02% from 241); Blue value is 143 (56.25% from 255 or 59.34% from 241); Max value from RGB is 143 - color contains mainly: blue. Hex color #10528F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #10528F is #EFAD70. Grayscale: #444444. Windows color (decimal): -15707505 or 9392656. OLE color: 9392656.

HSL color Cylindrical-coordinate representation of color #10528F: hue angle of 208.82º 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 #10528F is Cyan = 0.89, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 16 82 143 -
CMYK 0.89 0.43 0 0.44
HSL 208.82º 0.8% 0.31% -
HSV(B) 208.82º 0.89% 0.56% -
XYZ 8.19 8.13 27.12 -
YUV 69.22 169.63 90.04 -
System Red Green Blue C M Y K H S L
Decimal 16 82 143 0.89 0.43 0 0.44 208.82 0.8 0.31
Hex 10 52 8F 59 2B 0 2C D1 50 1F
Octal 20 122 217 131 53 0 54 321 120 37
Binary 10000 1010010 10001111 1011001 101011 0 101100 11010001 1010000 11111

Color Harmonies of #10528F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10528F

Black with #10528F

Text Example


Text Example

White with #10528F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10528F; }

 p { color: rgb(16,82,143); }

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

background-color css

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

 a { background-color: rgb(16,82,143); }

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

border-color css

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

 span { border-color: rgb(16,82,143); }

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