Html Css Color HEX #0E06BB Medium Blue

📋 copy color: '#0E06BB'

red 14 ◦ green 6 ◦ blue 187

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

Shades of Medium Blue #0E06BB

Tints of Medium Blue #0E06BB

RGB

 RED value IS 14 (5.86% from 255) = 6.76%

 GREEN value IS 6 (2.73% from 255) = 2.9%

 BLUE value IS 187 (73.44% from 255) = 90.34%

R = 6.76%
G = 2.9%
B = 90.34%

CMYK

 C value IS 0.93

 M value IS 0.97

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0E06BB (or 0x0E06BB) is known color: Medium Blue. HEX triplet: 0E, 06 and BB. RGB value is (14,6,187). Sum of RGB (Red+Green+Blue) = 14+6+187=207 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.76% from 207); Green value is 6 (2.73% from 255 or 2.90% from 207); Blue value is 187 (73.44% from 255 or 90.34% from 207); Max value from RGB is 187 - color contains mainly: blue. Hex color #0E06BB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0E06BB is #F1F944. Grayscale: #1C1C1C. Windows color (decimal): -15857989 or 12256782. OLE color: 12256782.

HSL color Cylindrical-coordinate representation of color #0E06BB: hue angle of 242.65º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0E06BB is Cyan = 0.93, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 14 6 187 -
CMYK 0.93 0.97 0 0.27
HSL 242.65º 0.94% 0.38% -
HSV(B) 242.65º 0.97% 0.73% -
XYZ 9.22 3.81 47.26 -
YUV 29.03 217.15 117.28 -
System Red Green Blue C M Y K H S L
Decimal 14 6 187 0.93 0.97 0 0.27 242.65 0.94 0.38
Hex E 6 BB 5D 61 0 1B F3 5E 26
Octal 16 6 273 135 141 0 33 363 136 46
Binary 1110 110 10111011 1011101 1100001 0 11011 11110011 1011110 100110

Color Harmonies of #0E06BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E06BB

Black with #0E06BB

Text Example


Text Example

White with #0E06BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,6,187); }

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

background-color css

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

 a { background-color: rgb(14,6,187); }

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

border-color css

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

 span { border-color: rgb(14,6,187); }

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