Html Css Color HEX #0F13DF Medium Blue

📋 copy color: '#0F13DF'

red 15 ◦ green 19 ◦ blue 223

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

Shades of Medium Blue #0F13DF

Tints of Medium Blue #0F13DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 86.77%

R = 5.84%
G = 7.39%
B = 86.77%

CMYK

 C value IS 0.93

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0F13DF (or 0x0F13DF) is known color: Medium Blue. HEX triplet: 0F, 13 and DF. RGB value is (15,19,223). Sum of RGB (Red+Green+Blue) = 15+19+223=257 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.84% from 257); Green value is 19 (7.81% from 255 or 7.39% from 257); Blue value is 223 (87.5% from 255 or 86.77% from 257); Max value from RGB is 223 - color contains mainly: blue. Hex color #0F13DF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0F13DF is #F0EC20. Grayscale: #282828. Windows color (decimal): -15789089 or 14619407. OLE color: 14619407.

HSL color Cylindrical-coordinate representation of color #0F13DF: hue angle of 238.85º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F13DF is Cyan = 0.93, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 15 19 223 -
CMYK 0.93 0.91 0 0.13
HSL 238.85º 0.87% 0.47% -
HSV(B) 238.85º 0.93% 0.87% -
XYZ 13.75 5.9 70.23 -
YUV 41.06 230.67 109.41 -
System Red Green Blue C M Y K H S L
Decimal 15 19 223 0.93 0.91 0 0.13 238.85 0.87 0.47
Hex F 13 DF 5D 5B 0 D EF 57 2F
Octal 17 23 337 135 133 0 15 357 127 57
Binary 1111 10011 11011111 1011101 1011011 0 1101 11101111 1010111 101111

Color Harmonies of #0F13DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F13DF

Black with #0F13DF

Text Example


Text Example

White with #0F13DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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