Html Css Color HEX #0F13CE Medium Blue

📋 copy color: '#0F13CE'

red 15 ◦ green 19 ◦ blue 206

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

Shades of Medium Blue #0F13CE

Tints of Medium Blue #0F13CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 85.83%

R = 6.25%
G = 7.92%
B = 85.83%

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

#0F13CE (or 0x0F13CE) is known color: Medium Blue. HEX triplet: 0F, 13 and CE. RGB value is (15,19,206). Sum of RGB (Red+Green+Blue) = 15+19+206=240 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.25% from 240); Green value is 19 (7.81% from 255 or 7.92% from 240); Blue value is 206 (80.86% from 255 or 85.83% from 240); Max value from RGB is 206 - color contains mainly: blue. Hex color #0F13CE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0F13CE is #F0EC31. Grayscale: #262626. Windows color (decimal): -15789106 or 13505295. OLE color: 13505295.

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

Color convert

RGB 15 19 206 -
CMYK 0.93 0.91 0 0.19
HSL 238.74º 0.86% 0.43% -
HSV(B) 238.74º 0.93% 0.81% -
XYZ 11.57 5.02 58.75 -
YUV 39.12 222.17 110.79 -
System Red Green Blue C M Y K H S L
Decimal 15 19 206 0.93 0.91 0 0.19 238.74 0.86 0.43
Hex F 13 CE 5D 5B 0 13 EF 56 2B
Octal 17 23 316 135 133 0 23 357 126 53
Binary 1111 10011 11001110 1011101 1011011 0 10011 11101111 1010110 101011

Color Harmonies of #0F13CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F13CE

Black with #0F13CE

Text Example


Text Example

White with #0F13CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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