Html Css Color HEX #0016CE Medium Blue

📋 copy color: '#0016CE'

red 0 ◦ green 22 ◦ blue 206

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

Shades of Medium Blue #0016CE

Tints of Medium Blue #0016CE

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.65%

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

R = 0%
G = 9.65%
B = 90.35%

CMYK

 C value IS 1

 M value IS 0.89

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0016CE (or 0x0016CE) is known color: Medium Blue. HEX triplet: 00, 16 and CE. RGB value is (0,22,206). Sum of RGB (Red+Green+Blue) = 0+22+206=228 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 228); Green value is 22 (8.98% from 255 or 9.65% from 228); Blue value is 206 (80.86% from 255 or 90.35% from 228); Max value from RGB is 206 - color contains mainly: blue. Hex color #0016CE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0016CE is #FFE931. Grayscale: #232323. Windows color (decimal): -16771378 or 13506048. OLE color: 13506048.

HSL color Cylindrical-coordinate representation of color #0016CE: hue angle of 233.59º 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 #0016CE is Cyan = 1, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 0 22 206 -
CMYK 1 0.89 0 0.19
HSL 233.59º 1% 0.4% -
HSV(B) 233.59º 1% 0.81% -
XYZ 11.43 5.03 58.76 -
YUV 36.4 223.71 102.04 -
System Red Green Blue C M Y K H S L
Decimal 0 22 206 1 0.89 0 0.19 233.59 1 0.4
Hex 0 16 CE 64 59 0 13 EA 64 28
Octal 0 26 316 144 131 0 23 352 144 50
Binary 0 10110 11001110 1100100 1011001 0 10011 11101010 1100100 101000

Color Harmonies of #0016CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0016CE

Black with #0016CE

Text Example


Text Example

White with #0016CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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