Html Css Color HEX #0F12CF Medium Blue

📋 copy color: '#0F12CF'

red 15 ◦ green 18 ◦ blue 207

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

Shades of Medium Blue #0F12CF

Tints of Medium Blue #0F12CF

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.5%

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

R = 6.25%
G = 7.5%
B = 86.25%

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

#0F12CF (or 0x0F12CF) is known color: Medium Blue. HEX triplet: 0F, 12 and CF. RGB value is (15,18,207). Sum of RGB (Red+Green+Blue) = 15+18+207=240 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.25% from 240); Green value is 18 (7.42% from 255 or 7.5% from 240); Blue value is 207 (81.25% from 255 or 86.25% from 240); Max value from RGB is 207 - color contains mainly: blue. Hex color #0F12CF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0F12CF is #F0ED30. Grayscale: #252525. Windows color (decimal): -15789361 or 13570575. OLE color: 13570575.

HSL color Cylindrical-coordinate representation of color #0F12CF: hue angle of 239.06º 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 #0F12CF is Cyan = 0.93, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 15 18 207 -
CMYK 0.93 0.91 0 0.19
HSL 239.06º 0.86% 0.44% -
HSV(B) 239.06º 0.93% 0.81% -
XYZ 11.68 5.04 59.39 -
YUV 38.65 223.01 111.13 -
System Red Green Blue C M Y K H S L
Decimal 15 18 207 0.93 0.91 0 0.19 239.06 0.86 0.44
Hex F 12 CF 5D 5B 0 13 EF 56 2C
Octal 17 22 317 135 133 0 23 357 126 54
Binary 1111 10010 11001111 1011101 1011011 0 10011 11101111 1010110 101100

Color Harmonies of #0F12CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F12CF

Black with #0F12CF

Text Example


Text Example

White with #0F12CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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