Html Css Color HEX #0C03BD Medium Blue

📋 copy color: '#0C03BD'

red 12 ◦ green 3 ◦ blue 189

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

Shades of Medium Blue #0C03BD

Tints of Medium Blue #0C03BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 92.65%

R = 5.88%
G = 1.47%
B = 92.65%

CMYK

 C value IS 0.94

 M value IS 0.98

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0C03BD (or 0x0C03BD) is known color: Medium Blue. HEX triplet: 0C, 03 and BD. RGB value is (12,3,189). Sum of RGB (Red+Green+Blue) = 12+3+189=204 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.88% from 204); Green value is 3 (1.56% from 255 or 1.47% from 204); Blue value is 189 (74.22% from 255 or 92.65% from 204); Max value from RGB is 189 - color contains mainly: blue. Hex color #0C03BD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0C03BD is #F3FC42. Grayscale: #1A1A1A. Windows color (decimal): -15989827 or 12387084. OLE color: 12387084.

HSL color Cylindrical-coordinate representation of color #0C03BD: hue angle of 242.9º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0C03BD is Cyan = 0.94, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 12 3 189 -
CMYK 0.94 0.98 0 0.26
HSL 242.9º 0.97% 0.38% -
HSV(B) 242.9º 0.98% 0.74% -
XYZ 9.37 3.82 48.39 -
YUV 26.9 219.48 117.38 -
System Red Green Blue C M Y K H S L
Decimal 12 3 189 0.94 0.98 0 0.26 242.9 0.97 0.38
Hex C 3 BD 5E 62 0 1A F3 61 26
Octal 14 3 275 136 142 0 32 363 141 46
Binary 1100 11 10111101 1011110 1100010 0 11010 11110011 1100001 100110

Color Harmonies of #0C03BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C03BD

Black with #0C03BD

Text Example


Text Example

White with #0C03BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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