Html Css Color HEX #0F13C0 Medium Blue

📋 copy color: '#0F13C0'

red 15 ◦ green 19 ◦ blue 192

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

Shades of Medium Blue #0F13C0

Tints of Medium Blue #0F13C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 84.96%

R = 6.64%
G = 8.41%
B = 84.96%

CMYK

 C value IS 0.92

 M value IS 0.90

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0F13C0 (or 0x0F13C0) is known color: Medium Blue. HEX triplet: 0F, 13 and C0. RGB value is (15,19,192). Sum of RGB (Red+Green+Blue) = 15+19+192=226 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.64% from 226); Green value is 19 (7.81% from 255 or 8.41% from 226); Blue value is 192 (75.39% from 255 or 84.96% from 226); Max value from RGB is 192 - color contains mainly: blue. Hex color #0F13C0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0F13C0 is #F0EC3F. Grayscale: #242424. Windows color (decimal): -15789120 or 12587791. OLE color: 12587791.

HSL color Cylindrical-coordinate representation of color #0F13C0: hue angle of 238.64º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F13C0 is Cyan = 0.92, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 15 19 192 -
CMYK 0.92 0.90 0 0.25
HSL 238.64º 0.86% 0.41% -
HSV(B) 238.64º 0.92% 0.75% -
XYZ 9.94 4.37 50.19 -
YUV 37.53 215.17 111.93 -
System Red Green Blue C M Y K H S L
Decimal 15 19 192 0.92 0.90 0 0.25 238.64 0.86 0.41
Hex F 13 C0 5C 5A 0 19 EF 56 29
Octal 17 23 300 134 132 0 31 357 126 51
Binary 1111 10011 11000000 1011100 1011010 0 11001 11101111 1010110 101001

Color Harmonies of #0F13C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F13C0

Black with #0F13C0

Text Example


Text Example

White with #0F13C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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