Html Css Color HEX #10496B Dark Cerulean

📋 copy color: '#10496B'

red 16 ◦ green 73 ◦ blue 107

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

Shades of Dark Cerulean #10496B

Tints of Dark Cerulean #10496B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 54.59%

R = 8.16%
G = 37.24%
B = 54.59%

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

#10496B (or 0x10496B) is known color: Dark Cerulean. HEX triplet: 10, 49 and 6B. RGB value is (16,73,107). Sum of RGB (Red+Green+Blue) = 16+73+107=196 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.16% from 196); Green value is 73 (28.91% from 255 or 37.24% from 196); Blue value is 107 (42.19% from 255 or 54.59% from 196); Max value from RGB is 107 - color contains mainly: blue. Hex color #10496B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10496B is #EFB694. Grayscale: #3B3B3B. Windows color (decimal): -15709845 or 7031056. OLE color: 7031056.

HSL color Cylindrical-coordinate representation of color #10496B: hue angle of 202.42º 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 #10496B is Cyan = 0.85, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 16 73 107 -
CMYK 0.85 0.32 0 0.58
HSL 202.42º 0.74% 0.24% -
HSV(B) 202.42º 0.85% 0.42% -
XYZ 5.25 5.94 14.78 -
YUV 59.83 154.62 96.74 -
System Red Green Blue C M Y K H S L
Decimal 16 73 107 0.85 0.32 0 0.58 202.42 0.74 0.24
Hex 10 49 6B 55 20 0 3A CA 4A 18
Octal 20 111 153 125 40 0 72 312 112 30
Binary 10000 1001001 1101011 1010101 100000 0 111010 11001010 1001010 11000

Color Harmonies of #10496B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10496B

Black with #10496B

Text Example


Text Example

White with #10496B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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