Html Css Color HEX #0B03E6 Blue

📋 copy color: '#0B03E6'

red 11 ◦ green 3 ◦ blue 230

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

Shades of Blue #0B03E6

Tints of Blue #0B03E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 94.26%

R = 4.51%
G = 1.23%
B = 94.26%

CMYK

 C value IS 0.95

 M value IS 0.99

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#0B03E6 (or 0x0B03E6) is known color: Blue. HEX triplet: 0B, 03 and E6. RGB value is (11,3,230). Sum of RGB (Red+Green+Blue) = 11+3+230=244 (32% of max value = 765). Red value is 11 (4.69% from 255 or 4.51% from 244); Green value is 3 (1.56% from 255 or 1.23% from 244); Blue value is 230 (90.23% from 255 or 94.26% from 244); Max value from RGB is 230 - color contains mainly: blue. Hex color #0B03E6 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0B03E6 is #F4FC19. Grayscale: #1E1E1E. Windows color (decimal): -16055322 or 15074059. OLE color: 15074059.

HSL color Cylindrical-coordinate representation of color #0B03E6: hue angle of 242.11º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0B03E6 is Cyan = 0.95, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 11 3 230 -
CMYK 0.95 0.99 0 0.10
HSL 242.11º 0.97% 0.46% -
HSV(B) 242.11º 0.99% 0.9% -
XYZ 14.45 5.85 75.23 -
YUV 31.27 240.15 113.54 -
System Red Green Blue C M Y K H S L
Decimal 11 3 230 0.95 0.99 0 0.10 242.11 0.97 0.46
Hex B 3 E6 5F 63 0 A F2 61 2E
Octal 13 3 346 137 143 0 12 362 141 56
Binary 1011 11 11100110 1011111 1100011 0 1010 11110010 1100001 101110

Color Harmonies of #0B03E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B03E6

Black with #0B03E6

Text Example


Text Example

White with #0B03E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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