Html Css Color HEX #0B05CE Medium Blue

📋 copy color: '#0B05CE'

red 11 ◦ green 5 ◦ blue 206

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

Shades of Medium Blue #0B05CE

Tints of Medium Blue #0B05CE

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.25%

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

R = 4.95%
G = 2.25%
B = 92.79%

CMYK

 C value IS 0.95

 M value IS 0.98

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0B05CE (or 0x0B05CE) is known color: Medium Blue. HEX triplet: 0B, 05 and CE. RGB value is (11,5,206). Sum of RGB (Red+Green+Blue) = 11+5+206=222 (29% of max value = 765). Red value is 11 (4.69% from 255 or 4.95% from 222); Green value is 5 (2.34% from 255 or 2.25% from 222); Blue value is 206 (80.86% from 255 or 92.79% from 222); Max value from RGB is 206 - color contains mainly: blue. Hex color #0B05CE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0B05CE is #F4FA31. Grayscale: #1C1C1C. Windows color (decimal): -16054834 or 13501707. OLE color: 13501707.

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

Color convert

RGB 11 5 206 -
CMYK 0.95 0.98 0 0.19
HSL 241.79º 0.95% 0.41% -
HSV(B) 241.79º 0.98% 0.81% -
XYZ 11.33 4.64 58.69 -
YUV 29.71 227.49 114.66 -
System Red Green Blue C M Y K H S L
Decimal 11 5 206 0.95 0.98 0 0.19 241.79 0.95 0.41
Hex B 5 CE 5F 62 0 13 F2 5F 29
Octal 13 5 316 137 142 0 23 362 137 51
Binary 1011 101 11001110 1011111 1100010 0 10011 11110010 1011111 101001

Color Harmonies of #0B05CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B05CE

Black with #0B05CE

Text Example


Text Example

White with #0B05CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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