Html Css Color HEX #0B02CE Medium Blue

📋 copy color: '#0B02CE'

red 11 ◦ green 2 ◦ blue 206

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

Shades of Medium Blue #0B02CE

Tints of Medium Blue #0B02CE

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.91%

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

R = 5.02%
G = 0.91%
B = 94.06%

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

#0B02CE (or 0x0B02CE) is known color: Medium Blue. HEX triplet: 0B, 02 and CE. RGB value is (11,2,206). Sum of RGB (Red+Green+Blue) = 11+2+206=219 (29% of max value = 765). Red value is 11 (4.69% from 255 or 5.02% from 219); Green value is 2 (1.17% from 255 or 0.91% from 219); Blue value is 206 (80.86% from 255 or 94.06% from 219); Max value from RGB is 206 - color contains mainly: blue. Hex color #0B02CE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0B02CE is #F4FD31. Grayscale: #1B1B1B. Windows color (decimal): -16055602 or 13500939. OLE color: 13500939.

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

Color convert

RGB 11 2 206 -
CMYK 0.95 0.99 0 0.19
HSL 242.65º 0.98% 0.41% -
HSV(B) 242.65º 0.99% 0.81% -
XYZ 11.3 4.57 58.68 -
YUV 27.95 228.48 115.91 -
System Red Green Blue C M Y K H S L
Decimal 11 2 206 0.95 0.99 0 0.19 242.65 0.98 0.41
Hex B 2 CE 5F 63 0 13 F3 62 29
Octal 13 2 316 137 143 0 23 363 142 51
Binary 1011 10 11001110 1011111 1100011 0 10011 11110011 1100010 101001

Color Harmonies of #0B02CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B02CE

Black with #0B02CE

Text Example


Text Example

White with #0B02CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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