Html Css Color HEX #0B0ACE Medium Blue

📋 copy color: '#0B0ACE'

red 11 ◦ green 10 ◦ blue 206

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

Shades of Medium Blue #0B0ACE

Tints of Medium Blue #0B0ACE

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.41%

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

R = 4.85%
G = 4.41%
B = 90.75%

CMYK

 C value IS 0.95

 M value IS 0.95

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0B0ACE (or 0x0B0ACE) is known color: Medium Blue. HEX triplet: 0B, 0A and CE. RGB value is (11,10,206). Sum of RGB (Red+Green+Blue) = 11+10+206=227 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.85% from 227); Green value is 10 (4.30% from 255 or 4.41% from 227); Blue value is 206 (80.86% from 255 or 90.75% from 227); Max value from RGB is 206 - color contains mainly: blue. Hex color #0B0ACE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0B0ACE is #F4F531. Grayscale: #1F1F1F. Windows color (decimal): -16053554 or 13502987. OLE color: 13502987.

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

Color convert

RGB 11 10 206 -
CMYK 0.95 0.95 0 0.19
HSL 240.31º 0.91% 0.42% -
HSV(B) 240.31º 0.95% 0.81% -
XYZ 11.39 4.74 58.71 -
YUV 32.64 225.83 112.56 -
System Red Green Blue C M Y K H S L
Decimal 11 10 206 0.95 0.95 0 0.19 240.31 0.91 0.42
Hex B A CE 5F 5F 0 13 F0 5B 2A
Octal 13 12 316 137 137 0 23 360 133 52
Binary 1011 1010 11001110 1011111 1011111 0 10011 11110000 1011011 101010

Color Harmonies of #0B0ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B0ACE

Black with #0B0ACE

Text Example


Text Example

White with #0B0ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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