Html Css Color HEX #10497D Dark Cerulean

📋 copy color: '#10497D'

red 16 ◦ green 73 ◦ blue 125

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

Shades of Dark Cerulean #10497D

Tints of Dark Cerulean #10497D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 34.11%

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

R = 7.48%
G = 34.11%
B = 58.41%

CMYK

 C value IS 0.87

 M value IS 0.42

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#10497D (or 0x10497D) is known color: Dark Cerulean. HEX triplet: 10, 49 and 7D. RGB value is (16,73,125). Sum of RGB (Red+Green+Blue) = 16+73+125=214 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.48% from 214); Green value is 73 (28.91% from 255 or 34.11% from 214); Blue value is 125 (49.22% from 255 or 58.41% from 214); Max value from RGB is 125 - color contains mainly: blue. Hex color #10497D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10497D is #EFB682. Grayscale: #3D3D3D. Windows color (decimal): -15709827 or 8210704. OLE color: 8210704.

HSL color Cylindrical-coordinate representation of color #10497D: hue angle of 208.62º 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 #10497D is Cyan = 0.87, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 16 73 125 -
CMYK 0.87 0.42 0 0.51
HSL 208.62º 0.77% 0.28% -
HSV(B) 208.62º 0.87% 0.49% -
XYZ 6.3 6.36 20.3 -
YUV 61.89 163.62 95.27 -
System Red Green Blue C M Y K H S L
Decimal 16 73 125 0.87 0.42 0 0.51 208.62 0.77 0.28
Hex 10 49 7D 57 2A 0 33 D1 4D 1C
Octal 20 111 175 127 52 0 63 321 115 34
Binary 10000 1001001 1111101 1010111 101010 0 110011 11010001 1001101 11100

Color Harmonies of #10497D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10497D

Black with #10497D

Text Example


Text Example

White with #10497D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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