Html Css Color HEX #0C03CE Medium Blue

📋 copy color: '#0C03CE'

red 12 ◦ green 3 ◦ blue 206

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

Shades of Medium Blue #0C03CE

Tints of Medium Blue #0C03CE

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.36%

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

R = 5.43%
G = 1.36%
B = 93.21%

CMYK

 C value IS 0.94

 M value IS 0.99

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0C03CE (or 0x0C03CE) is known color: Medium Blue. HEX triplet: 0C, 03 and CE. RGB value is (12,3,206). Sum of RGB (Red+Green+Blue) = 12+3+206=221 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.43% from 221); Green value is 3 (1.56% from 255 or 1.36% from 221); Blue value is 206 (80.86% from 255 or 93.21% from 221); Max value from RGB is 206 - color contains mainly: blue. Hex color #0C03CE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0C03CE is #F3FC31. Grayscale: #1C1C1C. Windows color (decimal): -15989810 or 13501196. OLE color: 13501196.

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

Color convert

RGB 12 3 206 -
CMYK 0.94 0.99 0 0.19
HSL 242.66º 0.97% 0.41% -
HSV(B) 242.66º 0.99% 0.81% -
XYZ 11.32 4.6 58.68 -
YUV 28.83 227.98 115.99 -
System Red Green Blue C M Y K H S L
Decimal 12 3 206 0.94 0.99 0 0.19 242.66 0.97 0.41
Hex C 3 CE 5E 63 0 13 F3 61 29
Octal 14 3 316 136 143 0 23 363 141 51
Binary 1100 11 11001110 1011110 1100011 0 10011 11110011 1100001 101001

Color Harmonies of #0C03CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C03CE

Black with #0C03CE

Text Example


Text Example

White with #0C03CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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