Html Css Color HEX #0E06C5 Medium Blue

📋 copy color: '#0E06C5'

red 14 ◦ green 6 ◦ blue 197

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

Shades of Medium Blue #0E06C5

Tints of Medium Blue #0E06C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 90.78%

R = 6.45%
G = 2.76%
B = 90.78%

CMYK

 C value IS 0.93

 M value IS 0.97

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#0E06C5 (or 0x0E06C5) is known color: Medium Blue. HEX triplet: 0E, 06 and C5. RGB value is (14,6,197). Sum of RGB (Red+Green+Blue) = 14+6+197=217 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.45% from 217); Green value is 6 (2.73% from 255 or 2.76% from 217); Blue value is 197 (77.34% from 255 or 90.78% from 217); Max value from RGB is 197 - color contains mainly: blue. Hex color #0E06C5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0E06C5 is #F1F93A. Grayscale: #1D1D1D. Windows color (decimal): -15857979 or 12912142. OLE color: 12912142.

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

Color convert

RGB 14 6 197 -
CMYK 0.93 0.97 0 0.23
HSL 242.51º 0.94% 0.4% -
HSV(B) 242.51º 0.97% 0.77% -
XYZ 10.32 4.25 53.1 -
YUV 30.17 222.15 116.47 -
System Red Green Blue C M Y K H S L
Decimal 14 6 197 0.93 0.97 0 0.23 242.51 0.94 0.4
Hex E 6 C5 5D 61 0 17 F3 5E 28
Octal 16 6 305 135 141 0 27 363 136 50
Binary 1110 110 11000101 1011101 1100001 0 10111 11110011 1011110 101000

Color Harmonies of #0E06C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E06C5

Black with #0E06C5

Text Example


Text Example

White with #0E06C5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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