Html Css Color HEX #10496C Dark Cerulean

📋 copy color: '#10496C'

red 16 ◦ green 73 ◦ blue 108

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

Shades of Dark Cerulean #10496C

Tints of Dark Cerulean #10496C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 54.82%

R = 8.12%
G = 37.06%
B = 54.82%

CMYK

 C value IS 0.85

 M value IS 0.32

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#10496C (or 0x10496C) is known color: Dark Cerulean. HEX triplet: 10, 49 and 6C. RGB value is (16,73,108). Sum of RGB (Red+Green+Blue) = 16+73+108=197 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.12% from 197); Green value is 73 (28.91% from 255 or 37.06% from 197); Blue value is 108 (42.58% from 255 or 54.82% from 197); Max value from RGB is 108 - color contains mainly: blue. Hex color #10496C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10496C is #EFB693. Grayscale: #3B3B3B. Windows color (decimal): -15709844 or 7096592. OLE color: 7096592.

HSL color Cylindrical-coordinate representation of color #10496C: hue angle of 202.83º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #10496C is Cyan = 0.85, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 16 73 108 -
CMYK 0.85 0.32 0 0.58
HSL 202.83º 0.74% 0.24% -
HSV(B) 202.83º 0.85% 0.42% -
XYZ 5.3 5.96 15.06 -
YUV 59.95 155.12 96.65 -
System Red Green Blue C M Y K H S L
Decimal 16 73 108 0.85 0.32 0 0.58 202.83 0.74 0.24
Hex 10 49 6C 55 20 0 3A CB 4A 18
Octal 20 111 154 125 40 0 72 313 112 30
Binary 10000 1001001 1101100 1010101 100000 0 111010 11001011 1001010 11000

Color Harmonies of #10496C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10496C

Black with #10496C

Text Example


Text Example

White with #10496C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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