Html Css Color HEX #10486F Dark Cerulean

📋 copy color: '#10486F'

red 16 ◦ green 72 ◦ blue 111

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

Shades of Dark Cerulean #10486F

Tints of Dark Cerulean #10486F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 55.78%

R = 8.04%
G = 36.18%
B = 55.78%

CMYK

 C value IS 0.86

 M value IS 0.35

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#10486F (or 0x10486F) is known color: Dark Cerulean. HEX triplet: 10, 48 and 6F. RGB value is (16,72,111). Sum of RGB (Red+Green+Blue) = 16+72+111=199 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.04% from 199); Green value is 72 (28.52% from 255 or 36.18% from 199); Blue value is 111 (43.75% from 255 or 55.78% from 199); Max value from RGB is 111 - color contains mainly: blue. Hex color #10486F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10486F is #EFB790. Grayscale: #3B3B3B. Windows color (decimal): -15710097 or 7292944. OLE color: 7292944.

HSL color Cylindrical-coordinate representation of color #10486F: hue angle of 204.63º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #10486F is Cyan = 0.86, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 16 72 111 -
CMYK 0.86 0.35 0 0.56
HSL 204.63º 0.75% 0.25% -
HSV(B) 204.63º 0.86% 0.44% -
XYZ 5.4 5.89 15.89 -
YUV 59.7 156.95 96.83 -
System Red Green Blue C M Y K H S L
Decimal 16 72 111 0.86 0.35 0 0.56 204.63 0.75 0.25
Hex 10 48 6F 56 23 0 38 CD 4B 19
Octal 20 110 157 126 43 0 70 315 113 31
Binary 10000 1001000 1101111 1010110 100011 0 111000 11001101 1001011 11001

Color Harmonies of #10486F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10486F

Black with #10486F

Text Example


Text Example

White with #10486F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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