Html Css Color HEX #0B00CE Medium Blue

📋 copy color: '#0B00CE'

red 11 ◦ green 0 ◦ blue 206

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

Shades of Medium Blue #0B00CE

Tints of Medium Blue #0B00CE

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 5.07%
G = 0%
B = 94.93%

CMYK

 C value IS 0.95

 M value IS 1

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0B00CE (or 0x0B00CE) is known color: Medium Blue. HEX triplet: 0B, 00 and CE. RGB value is (11,0,206). Sum of RGB (Red+Green+Blue) = 11+0+206=217 (28% of max value = 765). Red value is 11 (4.69% from 255 or 5.07% from 217); Green value is 0 (0.39% from 255 or 0% from 217); Blue value is 206 (80.86% from 255 or 94.93% from 217); Max value from RGB is 206 - color contains mainly: blue. Hex color #0B00CE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0B00CE is #F4FF31. Grayscale: #191919. Windows color (decimal): -16056114 or 13500427. OLE color: 13500427.

HSL color Cylindrical-coordinate representation of color #0B00CE: hue angle of 243.2º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0B00CE is Cyan = 0.95, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 11 0 206 -
CMYK 0.95 1 0 0.19
HSL 243.2º 1% 0.4% -
HSV(B) 243.2º 1% 0.81% -
XYZ 11.28 4.53 58.67 -
YUV 26.77 229.14 116.75 -
System Red Green Blue C M Y K H S L
Decimal 11 0 206 0.95 1 0 0.19 243.2 1 0.4
Hex B 0 CE 5F 64 0 13 F3 64 28
Octal 13 0 316 137 144 0 23 363 144 50
Binary 1011 0 11001110 1011111 1100100 0 10011 11110011 1100100 101000

Color Harmonies of #0B00CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B00CE

Black with #0B00CE

Text Example


Text Example

White with #0B00CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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