Html Css Color HEX #10466D Dark Cerulean

📋 copy color: '#10466D'

red 16 ◦ green 70 ◦ blue 109

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

Shades of Dark Cerulean #10466D

Tints of Dark Cerulean #10466D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 35.9%

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

R = 8.21%
G = 35.9%
B = 55.9%

CMYK

 C value IS 0.85

 M value IS 0.36

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#10466D (or 0x10466D) is known color: Dark Cerulean. HEX triplet: 10, 46 and 6D. RGB value is (16,70,109). Sum of RGB (Red+Green+Blue) = 16+70+109=195 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.21% from 195); Green value is 70 (27.73% from 255 or 35.90% from 195); Blue value is 109 (42.97% from 255 or 55.90% from 195); Max value from RGB is 109 - color contains mainly: blue. Hex color #10466D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10466D is #EFB992. Grayscale: #3A3A3A. Windows color (decimal): -15710611 or 7161360. OLE color: 7161360.

HSL color Cylindrical-coordinate representation of color #10466D: hue angle of 205.16º 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 #10466D is Cyan = 0.85, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 16 70 109 -
CMYK 0.85 0.36 0 0.57
HSL 205.16º 0.74% 0.25% -
HSV(B) 205.16º 0.85% 0.43% -
XYZ 5.16 5.59 15.28 -
YUV 58.3 156.61 97.83 -
System Red Green Blue C M Y K H S L
Decimal 16 70 109 0.85 0.36 0 0.57 205.16 0.74 0.25
Hex 10 46 6D 55 24 0 39 CD 4A 19
Octal 20 106 155 125 44 0 71 315 112 31
Binary 10000 1000110 1101101 1010101 100100 0 111001 11001101 1001010 11001

Color Harmonies of #10466D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10466D

Black with #10466D

Text Example


Text Example

White with #10466D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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