Html Css Color HEX #0F0EB5 Medium Blue

📋 copy color: '#0F0EB5'

red 15 ◦ green 14 ◦ blue 181

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

Shades of Medium Blue #0F0EB5

Tints of Medium Blue #0F0EB5

RGB

 RED value IS 15 (6.25% from 255) = 7.14%

 GREEN value IS 14 (5.86% from 255) = 6.67%

 BLUE value IS 181 (71.09% from 255) = 86.19%

R = 7.14%
G = 6.67%
B = 86.19%

CMYK

 C value IS 0.92

 M value IS 0.92

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#0F0EB5 (or 0x0F0EB5) is known color: Medium Blue. HEX triplet: 0F, 0E and B5. RGB value is (15,14,181). Sum of RGB (Red+Green+Blue) = 15+14+181=210 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.14% from 210); Green value is 14 (5.86% from 255 or 6.67% from 210); Blue value is 181 (71.09% from 255 or 86.19% from 210); Max value from RGB is 181 - color contains mainly: blue. Hex color #0F0EB5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0F0EB5 is #F0F14A. Grayscale: #202020. Windows color (decimal): -15790411 or 11865615. OLE color: 11865615.

HSL color Cylindrical-coordinate representation of color #0F0EB5: hue angle of 240.36º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F0EB5 is Cyan = 0.92, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 15 14 181 -
CMYK 0.92 0.92 0 0.29
HSL 240.36º 0.86% 0.38% -
HSV(B) 240.36º 0.92% 0.71% -
XYZ 8.69 3.75 43.98 -
YUV 33.34 211.33 114.92 -
System Red Green Blue C M Y K H S L
Decimal 15 14 181 0.92 0.92 0 0.29 240.36 0.86 0.38
Hex F E B5 5C 5C 0 1D F0 56 26
Octal 17 16 265 134 134 0 35 360 126 46
Binary 1111 1110 10110101 1011100 1011100 0 11101 11110000 1010110 100110

Color Harmonies of #0F0EB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0EB5

Black with #0F0EB5

Text Example


Text Example

White with #0F0EB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,14,181); }

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

background-color css

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

 a { background-color: rgb(15,14,181); }

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

border-color css

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

 span { border-color: rgb(15,14,181); }

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