Html Css Color HEX #0F13BA Medium Blue

📋 copy color: '#0F13BA'

red 15 ◦ green 19 ◦ blue 186

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

Shades of Medium Blue #0F13BA

Tints of Medium Blue #0F13BA

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.64%

 BLUE value IS 186 (73.05% from 255) = 84.55%

R = 6.82%
G = 8.64%
B = 84.55%

CMYK

 C value IS 0.92

 M value IS 0.90

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0F13BA (or 0x0F13BA) is known color: Medium Blue. HEX triplet: 0F, 13 and BA. RGB value is (15,19,186). Sum of RGB (Red+Green+Blue) = 15+19+186=220 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.82% from 220); Green value is 19 (7.81% from 255 or 8.64% from 220); Blue value is 186 (73.05% from 255 or 84.55% from 220); Max value from RGB is 186 - color contains mainly: blue. Hex color #0F13BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0F13BA is #F0EC45. Grayscale: #242424. Windows color (decimal): -15789126 or 12194575. OLE color: 12194575.

HSL color Cylindrical-coordinate representation of color #0F13BA: hue angle of 238.6º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F13BA is Cyan = 0.92, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 15 19 186 -
CMYK 0.92 0.90 0 0.27
HSL 238.6º 0.85% 0.39% -
HSV(B) 238.6º 0.92% 0.73% -
XYZ 9.29 4.11 46.76 -
YUV 36.84 212.17 112.42 -
System Red Green Blue C M Y K H S L
Decimal 15 19 186 0.92 0.90 0 0.27 238.6 0.85 0.39
Hex F 13 BA 5C 5A 0 1B EF 55 27
Octal 17 23 272 134 132 0 33 357 125 47
Binary 1111 10011 10111010 1011100 1011010 0 11011 11101111 1010101 100111

Color Harmonies of #0F13BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F13BA

Black with #0F13BA

Text Example


Text Example

White with #0F13BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,19,186); }

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

background-color css

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

 a { background-color: rgb(15,19,186); }

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

border-color css

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

 span { border-color: rgb(15,19,186); }

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