Html Css Color HEX #10497C Dark Cerulean

📋 copy color: '#10497C'

red 16 ◦ green 73 ◦ blue 124

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

Shades of Dark Cerulean #10497C

Tints of Dark Cerulean #10497C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 58.22%

R = 7.51%
G = 34.27%
B = 58.22%

CMYK

 C value IS 0.87

 M value IS 0.41

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#10497C (or 0x10497C) is known color: Dark Cerulean. HEX triplet: 10, 49 and 7C. RGB value is (16,73,124). Sum of RGB (Red+Green+Blue) = 16+73+124=213 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.51% from 213); Green value is 73 (28.91% from 255 or 34.27% from 213); Blue value is 124 (48.83% from 255 or 58.22% from 213); Max value from RGB is 124 - color contains mainly: blue. Hex color #10497C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10497C is #EFB683. Grayscale: #3D3D3D. Windows color (decimal): -15709828 or 8145168. OLE color: 8145168.

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

Color convert

RGB 16 73 124 -
CMYK 0.87 0.41 0 0.51
HSL 208.33º 0.77% 0.27% -
HSV(B) 208.33º 0.87% 0.49% -
XYZ 6.23 6.33 19.96 -
YUV 61.77 163.12 95.35 -
System Red Green Blue C M Y K H S L
Decimal 16 73 124 0.87 0.41 0 0.51 208.33 0.77 0.27
Hex 10 49 7C 57 29 0 33 D0 4D 1B
Octal 20 111 174 127 51 0 63 320 115 33
Binary 10000 1001001 1111100 1010111 101001 0 110011 11010000 1001101 11011

Color Harmonies of #10497C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10497C

Black with #10497C

Text Example


Text Example

White with #10497C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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