Html Css Color HEX #0B03CB Medium Blue

📋 copy color: '#0B03CB'

red 11 ◦ green 3 ◦ blue 203

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

Shades of Medium Blue #0B03CB

Tints of Medium Blue #0B03CB

RGB

 RED value IS 11 (4.69% from 255) = 5.07%

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

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

R = 5.07%
G = 1.38%
B = 93.55%

CMYK

 C value IS 0.95

 M value IS 0.99

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0B03CB (or 0x0B03CB) is known color: Medium Blue. HEX triplet: 0B, 03 and CB. RGB value is (11,3,203). Sum of RGB (Red+Green+Blue) = 11+3+203=217 (28% of max value = 765). Red value is 11 (4.69% from 255 or 5.07% from 217); Green value is 3 (1.56% from 255 or 1.38% from 217); Blue value is 203 (79.69% from 255 or 93.55% from 217); Max value from RGB is 203 - color contains mainly: blue. Hex color #0B03CB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0B03CB is #F4FC34. Grayscale: #1B1B1B. Windows color (decimal): -16055349 or 13304587. OLE color: 13304587.

HSL color Cylindrical-coordinate representation of color #0B03CB: hue angle of 242.4º 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 #0B03CB is Cyan = 0.95, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 11 3 203 -
CMYK 0.95 0.99 0 0.20
HSL 242.4º 0.97% 0.4% -
HSV(B) 242.4º 0.99% 0.8% -
XYZ 10.95 4.45 56.78 -
YUV 28.19 226.65 115.74 -
System Red Green Blue C M Y K H S L
Decimal 11 3 203 0.95 0.99 0 0.20 242.4 0.97 0.4
Hex B 3 CB 5F 63 0 14 F2 61 28
Octal 13 3 313 137 143 0 24 362 141 50
Binary 1011 11 11001011 1011111 1100011 0 10100 11110010 1100001 101000

Color Harmonies of #0B03CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B03CB

Black with #0B03CB

Text Example


Text Example

White with #0B03CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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