Html Css Color HEX #0F12DB Medium Blue

📋 copy color: '#0F12DB'

red 15 ◦ green 18 ◦ blue 219

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

Shades of Medium Blue #0F12DB

Tints of Medium Blue #0F12DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 86.9%

R = 5.95%
G = 7.14%
B = 86.9%

CMYK

 C value IS 0.93

 M value IS 0.92

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0F12DB (or 0x0F12DB) is known color: Medium Blue. HEX triplet: 0F, 12 and DB. RGB value is (15,18,219). Sum of RGB (Red+Green+Blue) = 15+18+219=252 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.95% from 252); Green value is 18 (7.42% from 255 or 7.14% from 252); Blue value is 219 (85.94% from 255 or 86.90% from 252); Max value from RGB is 219 - color contains mainly: blue. Hex color #0F12DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0F12DB is #F0ED24. Grayscale: #272727. Windows color (decimal): -15789349 or 14357007. OLE color: 14357007.

HSL color Cylindrical-coordinate representation of color #0F12DB: hue angle of 239.12º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F12DB is Cyan = 0.93, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 15 18 219 -
CMYK 0.93 0.92 0 0.14
HSL 239.12º 0.87% 0.46% -
HSV(B) 239.12º 0.93% 0.86% -
XYZ 13.2 5.65 67.41 -
YUV 40.02 229.01 110.16 -
System Red Green Blue C M Y K H S L
Decimal 15 18 219 0.93 0.92 0 0.14 239.12 0.87 0.46
Hex F 12 DB 5D 5C 0 E EF 57 2E
Octal 17 22 333 135 134 0 16 357 127 56
Binary 1111 10010 11011011 1011101 1011100 0 1110 11101111 1010111 101110

Color Harmonies of #0F12DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F12DB

Black with #0F12DB

Text Example


Text Example

White with #0F12DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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