Html Css Color HEX #0C16CE Medium Blue

📋 copy color: '#0C16CE'

red 12 ◦ green 22 ◦ blue 206

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

Shades of Medium Blue #0C16CE

Tints of Medium Blue #0C16CE

RGB

 RED value IS 12 (5.08% from 255) = 5%

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

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

R = 5%
G = 9.17%
B = 85.83%

CMYK

 C value IS 0.94

 M value IS 0.89

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0C16CE (or 0x0C16CE) is known color: Medium Blue. HEX triplet: 0C, 16 and CE. RGB value is (12,22,206). Sum of RGB (Red+Green+Blue) = 12+22+206=240 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5% from 240); Green value is 22 (8.98% from 255 or 9.17% from 240); Blue value is 206 (80.86% from 255 or 85.83% from 240); Max value from RGB is 206 - color contains mainly: blue. Hex color #0C16CE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0C16CE is #F3E931. Grayscale: #272727. Windows color (decimal): -15984946 or 13506060. OLE color: 13506060.

HSL color Cylindrical-coordinate representation of color #0C16CE: hue angle of 236.91º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C16CE is Cyan = 0.94, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 12 22 206 -
CMYK 0.94 0.89 0 0.19
HSL 236.91º 0.89% 0.43% -
HSV(B) 236.91º 0.94% 0.81% -
XYZ 11.58 5.11 58.77 -
YUV 39.99 221.69 108.04 -
System Red Green Blue C M Y K H S L
Decimal 12 22 206 0.94 0.89 0 0.19 236.91 0.89 0.43
Hex C 16 CE 5E 59 0 13 ED 59 2B
Octal 14 26 316 136 131 0 23 355 131 53
Binary 1100 10110 11001110 1011110 1011001 0 10011 11101101 1011001 101011

Color Harmonies of #0C16CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C16CE

Black with #0C16CE

Text Example


Text Example

White with #0C16CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0C16CE; }

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

 H1.HeaderClassName
 {
   color: #0C16CE;
 }
 .AnyTagClassName
 {
   color: #0C16CE;
 }
</style>

background-color css

<style>
 a { background-color: #0C16CE; }

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

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

border-color css

<style>
 span { border-color: #0C16CE; }

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

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