Html Css Color HEX #0B03CE Medium Blue

📋 copy color: '#0B03CE'

red 11 ◦ green 3 ◦ blue 206

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

Shades of Medium Blue #0B03CE

Tints of Medium Blue #0B03CE

RGB

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

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

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

R = 5%
G = 1.36%
B = 93.64%

CMYK

 C value IS 0.95

 M value IS 0.99

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0B03CE (or 0x0B03CE) is known color: Medium Blue. HEX triplet: 0B, 03 and CE. RGB value is (11,3,206). Sum of RGB (Red+Green+Blue) = 11+3+206=220 (29% of max value = 765). Red value is 11 (4.69% from 255 or 5% from 220); Green value is 3 (1.56% from 255 or 1.36% from 220); Blue value is 206 (80.86% from 255 or 93.64% from 220); Max value from RGB is 206 - color contains mainly: blue. Hex color #0B03CE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0B03CE is #F4FC31. Grayscale: #1B1B1B. Windows color (decimal): -16055346 or 13501195. OLE color: 13501195.

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

Color convert

RGB 11 3 206 -
CMYK 0.95 0.99 0 0.19
HSL 242.36º 0.97% 0.41% -
HSV(B) 242.36º 0.99% 0.81% -
XYZ 11.31 4.59 58.68 -
YUV 28.53 228.15 115.49 -
System Red Green Blue C M Y K H S L
Decimal 11 3 206 0.95 0.99 0 0.19 242.36 0.97 0.41
Hex B 3 CE 5F 63 0 13 F2 61 29
Octal 13 3 316 137 143 0 23 362 141 51
Binary 1011 11 11001110 1011111 1100011 0 10011 11110010 1100001 101001

Color Harmonies of #0B03CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B03CE

Black with #0B03CE

Text Example


Text Example

White with #0B03CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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