Html Css Color HEX #1006CC Medium Blue

📋 copy color: '#1006CC'

red 16 ◦ green 6 ◦ blue 204

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

Shades of Medium Blue #1006CC

Tints of Medium Blue #1006CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 90.27%

R = 7.08%
G = 2.65%
B = 90.27%

CMYK

 C value IS 0.92

 M value IS 0.97

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1006CC (or 0x1006CC) is known color: Medium Blue. HEX triplet: 10, 06 and CC. RGB value is (16,6,204). Sum of RGB (Red+Green+Blue) = 16+6+204=226 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.08% from 226); Green value is 6 (2.73% from 255 or 2.65% from 226); Blue value is 204 (80.08% from 255 or 90.27% from 226); Max value from RGB is 204 - color contains mainly: blue. Hex color #1006CC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1006CC is #EFF933. Grayscale: #1E1E1E. Windows color (decimal): -15726900 or 13370896. OLE color: 13370896.

HSL color Cylindrical-coordinate representation of color #1006CC: hue angle of 243.03º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1006CC is Cyan = 0.92, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 16 6 204 -
CMYK 0.92 0.97 0 0.2
HSL 243.03º 0.94% 0.41% -
HSV(B) 243.03º 0.97% 0.8% -
XYZ 11.18 4.6 57.43 -
YUV 31.56 225.31 116.9 -
System Red Green Blue C M Y K H S L
Decimal 16 6 204 0.92 0.97 0 0.2 243.03 0.94 0.41
Hex 10 6 CC 5C 61 0 14 F3 5E 29
Octal 20 6 314 134 141 0 24 363 136 51
Binary 10000 110 11001100 1011100 1100001 0 10100 11110011 1011110 101001

Color Harmonies of #1006CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1006CC

Black with #1006CC

Text Example


Text Example

White with #1006CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1006CC; }

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

 H1.HeaderClassName
 {
   color: #1006CC;
 }
 .AnyTagClassName
 {
   color: #1006CC;
 }
</style>

background-color css

<style>
 a { background-color: #1006CC; }

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

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

border-color css

<style>
 span { border-color: #1006CC; }

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

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