Html Css Color HEX #10066C Midnight Blue

📋 copy color: '#10066C'

red 16 ◦ green 6 ◦ blue 108

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

Shades of Midnight Blue #10066C

Tints of Midnight Blue #10066C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.62%

 BLUE value IS 108 (42.58% from 255) = 83.08%

R = 12.31%
G = 4.62%
B = 83.08%

CMYK

 C value IS 0.85

 M value IS 0.94

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#10066C (or 0x10066C) is known color: Midnight Blue. HEX triplet: 10, 06 and 6C. RGB value is (16,6,108). Sum of RGB (Red+Green+Blue) = 16+6+108=130 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.31% from 130); Green value is 6 (2.73% from 255 or 4.62% from 130); Blue value is 108 (42.58% from 255 or 83.08% from 130); Max value from RGB is 108 - color contains mainly: blue. Hex color #10066C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10066C is #EFF993. Grayscale: #141414. Windows color (decimal): -15726996 or 7079440. OLE color: 7079440.

HSL color Cylindrical-coordinate representation of color #10066C: hue angle of 245.88º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10066C is Cyan = 0.85, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 16 6 108 -
CMYK 0.85 0.94 0 0.58
HSL 245.88º 0.89% 0.22% -
HSV(B) 245.88º 0.94% 0.42% -
XYZ 2.99 1.32 14.29 -
YUV 20.62 177.31 124.71 -
System Red Green Blue C M Y K H S L
Decimal 16 6 108 0.85 0.94 0 0.58 245.88 0.89 0.22
Hex 10 6 6C 55 5E 0 3A F6 59 16
Octal 20 6 154 125 136 0 72 366 131 26
Binary 10000 110 1101100 1010101 1011110 0 111010 11110110 1011001 10110

Color Harmonies of #10066C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10066C

Black with #10066C

Text Example


Text Example

White with #10066C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10066C; }

 p { color: rgb(16,6,108); }

 H1.HeaderClassName
 {
   color: #10066C;
 }
 .AnyTagClassName
 {
   color: #10066C;
 }
</style>

background-color css

<style>
 a { background-color: #10066C; }

 a { background-color: rgb(16,6,108); }

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

border-color css

<style>
 span { border-color: #10066C; }

 span { border-color: rgb(16,6,108); }

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