Html Css Color HEX #10486D Dark Cerulean

📋 copy color: '#10486D'

red 16 ◦ green 72 ◦ blue 109

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

Shades of Dark Cerulean #10486D

Tints of Dark Cerulean #10486D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 36.55%

 BLUE value IS 109 (42.97% from 255) = 55.33%

R = 8.12%
G = 36.55%
B = 55.33%

CMYK

 C value IS 0.85

 M value IS 0.34

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#10486D (or 0x10486D) is known color: Dark Cerulean. HEX triplet: 10, 48 and 6D. RGB value is (16,72,109). Sum of RGB (Red+Green+Blue) = 16+72+109=197 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.12% from 197); Green value is 72 (28.52% from 255 or 36.55% from 197); Blue value is 109 (42.97% from 255 or 55.33% from 197); Max value from RGB is 109 - color contains mainly: blue. Hex color #10486D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10486D is #EFB792. Grayscale: #3B3B3B. Windows color (decimal): -15710099 or 7161872. OLE color: 7161872.

HSL color Cylindrical-coordinate representation of color #10486D: hue angle of 203.87º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #10486D is Cyan = 0.85, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 16 72 109 -
CMYK 0.85 0.34 0 0.57
HSL 203.87º 0.74% 0.25% -
HSV(B) 203.87º 0.85% 0.43% -
XYZ 5.29 5.85 15.32 -
YUV 59.47 155.95 96.99 -
System Red Green Blue C M Y K H S L
Decimal 16 72 109 0.85 0.34 0 0.57 203.87 0.74 0.25
Hex 10 48 6D 55 22 0 39 CC 4A 19
Octal 20 110 155 125 42 0 71 314 112 31
Binary 10000 1001000 1101101 1010101 100010 0 111001 11001100 1001010 11001

Color Harmonies of #10486D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10486D

Black with #10486D

Text Example


Text Example

White with #10486D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,72,109); }

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

background-color css

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

 a { background-color: rgb(16,72,109); }

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

border-color css

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

 span { border-color: rgb(16,72,109); }

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