Html Css Color HEX #0603CB Medium Blue

📋 copy color: '#0603CB'

red 6 ◦ green 3 ◦ blue 203

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

Shades of Medium Blue #0603CB

Tints of Medium Blue #0603CB

RGB

 RED value IS 6 (2.73% from 255) = 2.83%

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

 BLUE value IS 203 (79.69% from 255) = 95.75%

R = 2.83%
G = 1.42%
B = 95.75%

CMYK

 C value IS 0.97

 M value IS 0.99

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0603CB (or 0x0603CB) is known color: Medium Blue. HEX triplet: 06, 03 and CB. RGB value is (6,3,203). Sum of RGB (Red+Green+Blue) = 6+3+203=212 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.83% from 212); Green value is 3 (1.56% from 255 or 1.42% from 212); Blue value is 203 (79.69% from 255 or 95.75% from 212); Max value from RGB is 203 - color contains mainly: blue. Hex color #0603CB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0603CB is #F9FC34. Grayscale: #191919. Windows color (decimal): -16383029 or 13304582. OLE color: 13304582.

HSL color Cylindrical-coordinate representation of color #0603CB: hue angle of 240.9º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0603CB is Cyan = 0.97, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 6 3 203 -
CMYK 0.97 0.99 0 0.20
HSL 240.9º 0.97% 0.4% -
HSV(B) 240.9º 0.99% 0.8% -
XYZ 10.89 4.42 56.78 -
YUV 26.7 227.49 113.24 -
System Red Green Blue C M Y K H S L
Decimal 6 3 203 0.97 0.99 0 0.20 240.9 0.97 0.4
Hex 6 3 CB 61 63 0 14 F1 61 28
Octal 6 3 313 141 143 0 24 361 141 50
Binary 110 11 11001011 1100001 1100011 0 10100 11110001 1100001 101000

Color Harmonies of #0603CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0603CB

Black with #0603CB

Text Example


Text Example

White with #0603CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0603CB; }

 p { color: rgb(6,3,203); }

 H1.HeaderClassName
 {
   color: #0603CB;
 }
 .AnyTagClassName
 {
   color: #0603CB;
 }
</style>

background-color css

<style>
 a { background-color: #0603CB; }

 a { background-color: rgb(6,3,203); }

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

border-color css

<style>
 span { border-color: #0603CB; }

 span { border-color: rgb(6,3,203); }

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