Html Css Color HEX #0010CE Medium Blue

📋 copy color: '#0010CE'

red 0 ◦ green 16 ◦ blue 206

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

Shades of Medium Blue #0010CE

Tints of Medium Blue #0010CE

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 16 (6.64% from 255) = 7.21%

 BLUE value IS 206 (80.86% from 255) = 92.79%

R = 0%
G = 7.21%
B = 92.79%

CMYK

 C value IS 1

 M value IS 0.92

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0010CE (or 0x0010CE) is known color: Medium Blue. HEX triplet: 00, 10 and CE. RGB value is (0,16,206). Sum of RGB (Red+Green+Blue) = 0+16+206=222 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 222); Green value is 16 (6.64% from 255 or 7.21% from 222); Blue value is 206 (80.86% from 255 or 92.79% from 222); Max value from RGB is 206 - color contains mainly: blue. Hex color #0010CE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0010CE is #FFEF31. Grayscale: #202020. Windows color (decimal): -16772914 or 13504512. OLE color: 13504512.

HSL color Cylindrical-coordinate representation of color #0010CE: hue angle of 235.34º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0010CE is Cyan = 1, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 0 16 206 -
CMYK 1 0.92 0 0.19
HSL 235.34º 1% 0.4% -
HSV(B) 235.34º 1% 0.81% -
XYZ 11.33 4.83 58.73 -
YUV 32.88 225.7 104.55 -
System Red Green Blue C M Y K H S L
Decimal 0 16 206 1 0.92 0 0.19 235.34 1 0.4
Hex 0 10 CE 64 5C 0 13 EB 64 28
Octal 0 20 316 144 134 0 23 353 144 50
Binary 0 10000 11001110 1100100 1011100 0 10011 11101011 1100100 101000

Color Harmonies of #0010CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0010CE

Black with #0010CE

Text Example


Text Example

White with #0010CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0010CE; }

 p { color: rgb(0,16,206); }

 H1.HeaderClassName
 {
   color: #0010CE;
 }
 .AnyTagClassName
 {
   color: #0010CE;
 }
</style>

background-color css

<style>
 a { background-color: #0010CE; }

 a { background-color: rgb(0,16,206); }

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

border-color css

<style>
 span { border-color: #0010CE; }

 span { border-color: rgb(0,16,206); }

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