Html Css Color HEX #10548F Dark Cerulean

📋 copy color: '#10548F'

red 16 ◦ green 84 ◦ blue 143

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

Shades of Dark Cerulean #10548F

Tints of Dark Cerulean #10548F

RGB

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

 GREEN value IS 84 (33.2% from 255) = 34.57%

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

R = 6.58%
G = 34.57%
B = 58.85%

CMYK

 C value IS 0.89

 M value IS 0.41

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#10548F (or 0x10548F) is known color: Dark Cerulean. HEX triplet: 10, 54 and 8F. RGB value is (16,84,143). Sum of RGB (Red+Green+Blue) = 16+84+143=243 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.58% from 243); Green value is 84 (33.20% from 255 or 34.57% from 243); Blue value is 143 (56.25% from 255 or 58.85% from 243); Max value from RGB is 143 - color contains mainly: blue. Hex color #10548F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #10548F is #EFAB70. Grayscale: #464646. Windows color (decimal): -15706993 or 9393168. OLE color: 9393168.

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

Color convert

RGB 16 84 143 -
CMYK 0.89 0.41 0 0.44
HSL 207.87º 0.8% 0.31% -
HSV(B) 207.87º 0.89% 0.56% -
XYZ 8.34 8.43 27.17 -
YUV 70.39 168.97 89.2 -
System Red Green Blue C M Y K H S L
Decimal 16 84 143 0.89 0.41 0 0.44 207.87 0.8 0.31
Hex 10 54 8F 59 29 0 2C D0 50 1F
Octal 20 124 217 131 51 0 54 320 120 37
Binary 10000 1010100 10001111 1011001 101001 0 101100 11010000 1010000 11111

Color Harmonies of #10548F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10548F

Black with #10548F

Text Example


Text Example

White with #10548F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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