Html Css Color HEX #0F13CF Medium Blue

📋 copy color: '#0F13CF'

red 15 ◦ green 19 ◦ blue 207

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

Shades of Medium Blue #0F13CF

Tints of Medium Blue #0F13CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 85.89%

R = 6.22%
G = 7.88%
B = 85.89%

CMYK

 C value IS 0.93

 M value IS 0.91

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0F13CF (or 0x0F13CF) is known color: Medium Blue. HEX triplet: 0F, 13 and CF. RGB value is (15,19,207). Sum of RGB (Red+Green+Blue) = 15+19+207=241 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.22% from 241); Green value is 19 (7.81% from 255 or 7.88% from 241); Blue value is 207 (81.25% from 255 or 85.89% from 241); Max value from RGB is 207 - color contains mainly: blue. Hex color #0F13CF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0F13CF is #F0EC30. Grayscale: #262626. Windows color (decimal): -15789105 or 13570831. OLE color: 13570831.

HSL color Cylindrical-coordinate representation of color #0F13CF: hue angle of 238.75º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F13CF is Cyan = 0.93, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 15 19 207 -
CMYK 0.93 0.91 0 0.19
HSL 238.75º 0.86% 0.44% -
HSV(B) 238.75º 0.93% 0.81% -
XYZ 11.69 5.07 59.39 -
YUV 39.24 222.67 110.71 -
System Red Green Blue C M Y K H S L
Decimal 15 19 207 0.93 0.91 0 0.19 238.75 0.86 0.44
Hex F 13 CF 5D 5B 0 13 EF 56 2C
Octal 17 23 317 135 133 0 23 357 126 54
Binary 1111 10011 11001111 1011101 1011011 0 10011 11101111 1010110 101100

Color Harmonies of #0F13CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F13CF

Black with #0F13CF

Text Example


Text Example

White with #0F13CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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