Html Css Color HEX #10548B Dark Cerulean

📋 copy color: '#10548B'

red 16 ◦ green 84 ◦ blue 139

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

Shades of Dark Cerulean #10548B

Tints of Dark Cerulean #10548B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 58.16%

R = 6.69%
G = 35.15%
B = 58.16%

CMYK

 C value IS 0.88

 M value IS 0.40

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#10548B (or 0x10548B) is known color: Dark Cerulean. HEX triplet: 10, 54 and 8B. RGB value is (16,84,139). Sum of RGB (Red+Green+Blue) = 16+84+139=239 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.69% from 239); Green value is 84 (33.20% from 255 or 35.15% from 239); Blue value is 139 (54.69% from 255 or 58.16% from 239); Max value from RGB is 139 - color contains mainly: blue. Hex color #10548B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #10548B is #EFAB74. Grayscale: #454545. Windows color (decimal): -15706997 or 9131024. OLE color: 9131024.

HSL color Cylindrical-coordinate representation of color #10548B: hue angle of 206.83º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #10548B is Cyan = 0.88, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 16 84 139 -
CMYK 0.88 0.40 0 0.45
HSL 206.83º 0.79% 0.3% -
HSV(B) 206.83º 0.88% 0.55% -
XYZ 8.04 8.31 25.61 -
YUV 69.94 166.97 89.53 -
System Red Green Blue C M Y K H S L
Decimal 16 84 139 0.88 0.40 0 0.45 206.83 0.79 0.3
Hex 10 54 8B 58 28 0 2D CF 4F 1E
Octal 20 124 213 130 50 0 55 317 117 36
Binary 10000 1010100 10001011 1011000 101000 0 101101 11001111 1001111 11110

Color Harmonies of #10548B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10548B

Black with #10548B

Text Example


Text Example

White with #10548B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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