Html Css Color HEX #10547D Dark Cerulean

📋 copy color: '#10547D'

red 16 ◦ green 84 ◦ blue 125

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

Shades of Dark Cerulean #10547D

Tints of Dark Cerulean #10547D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 55.56%

R = 7.11%
G = 37.33%
B = 55.56%

CMYK

 C value IS 0.87

 M value IS 0.33

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#10547D (or 0x10547D) is known color: Dark Cerulean. HEX triplet: 10, 54 and 7D. RGB value is (16,84,125). Sum of RGB (Red+Green+Blue) = 16+84+125=225 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.11% from 225); Green value is 84 (33.20% from 255 or 37.33% from 225); Blue value is 125 (49.22% from 255 or 55.56% from 225); Max value from RGB is 125 - color contains mainly: blue. Hex color #10547D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10547D is #EFAB82. Grayscale: #444444. Windows color (decimal): -15707011 or 8213520. OLE color: 8213520.

HSL color Cylindrical-coordinate representation of color #10547D: hue angle of 202.57º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #10547D is Cyan = 0.87, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 16 84 125 -
CMYK 0.87 0.33 0 0.51
HSL 202.57º 0.77% 0.28% -
HSV(B) 202.57º 0.87% 0.49% -
XYZ 7.09 7.93 20.56 -
YUV 68.34 159.97 90.67 -
System Red Green Blue C M Y K H S L
Decimal 16 84 125 0.87 0.33 0 0.51 202.57 0.77 0.28
Hex 10 54 7D 57 21 0 33 CB 4D 1C
Octal 20 124 175 127 41 0 63 313 115 34
Binary 10000 1010100 1111101 1010111 100001 0 110011 11001011 1001101 11100

Color Harmonies of #10547D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10547D

Black with #10547D

Text Example


Text Example

White with #10547D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10547D; }

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

 H1.HeaderClassName
 {
   color: #10547D;
 }
 .AnyTagClassName
 {
   color: #10547D;
 }
</style>

background-color css

<style>
 a { background-color: #10547D; }

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

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

border-color css

<style>
 span { border-color: #10547D; }

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

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