Html Css Color HEX #10486A Dark Cerulean

📋 copy color: '#10486A'

red 16 ◦ green 72 ◦ blue 106

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

Shades of Dark Cerulean #10486A

Tints of Dark Cerulean #10486A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 54.64%

R = 8.25%
G = 37.11%
B = 54.64%

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

#10486A (or 0x10486A) is known color: Dark Cerulean. HEX triplet: 10, 48 and 6A. RGB value is (16,72,106). Sum of RGB (Red+Green+Blue) = 16+72+106=194 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.25% from 194); Green value is 72 (28.52% from 255 or 37.11% from 194); Blue value is 106 (41.80% from 255 or 54.64% from 194); Max value from RGB is 106 - color contains mainly: blue. Hex color #10486A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10486A is #EFB795. Grayscale: #3A3A3A. Windows color (decimal): -15710102 or 6965264. OLE color: 6965264.

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

Color convert

RGB 16 72 106 -
CMYK 0.85 0.32 0 0.58
HSL 202.67º 0.74% 0.24% -
HSV(B) 202.67º 0.85% 0.42% -
XYZ 5.13 5.79 14.48 -
YUV 59.13 154.45 97.24 -
System Red Green Blue C M Y K H S L
Decimal 16 72 106 0.85 0.32 0 0.58 202.67 0.74 0.24
Hex 10 48 6A 55 20 0 3A CB 4A 18
Octal 20 110 152 125 40 0 72 313 112 30
Binary 10000 1001000 1101010 1010101 100000 0 111010 11001011 1001010 11000

Color Harmonies of #10486A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10486A

Black with #10486A

Text Example


Text Example

White with #10486A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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