Html Css Color HEX #0F12B7 Medium Blue

📋 copy color: '#0F12B7'

red 15 ◦ green 18 ◦ blue 183

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

Shades of Medium Blue #0F12B7

Tints of Medium Blue #0F12B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 84.72%

R = 6.94%
G = 8.33%
B = 84.72%

CMYK

 C value IS 0.92

 M value IS 0.90

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#0F12B7 (or 0x0F12B7) is known color: Medium Blue. HEX triplet: 0F, 12 and B7. RGB value is (15,18,183). Sum of RGB (Red+Green+Blue) = 15+18+183=216 (28% of max value = 765). Red value is 15 (6.25% from 255 or 6.94% from 216); Green value is 18 (7.42% from 255 or 8.33% from 216); Blue value is 183 (71.88% from 255 or 84.72% from 216); Max value from RGB is 183 - color contains mainly: blue. Hex color #0F12B7 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0F12B7 is #F0ED48. Grayscale: #232323. Windows color (decimal): -15789385 or 11997711. OLE color: 11997711.

HSL color Cylindrical-coordinate representation of color #0F12B7: hue angle of 238.93º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F12B7 is Cyan = 0.92, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 15 18 183 -
CMYK 0.92 0.90 0 0.28
HSL 238.93º 0.85% 0.39% -
HSV(B) 238.93º 0.92% 0.72% -
XYZ 8.96 3.95 45.09 -
YUV 35.91 211.01 113.08 -
System Red Green Blue C M Y K H S L
Decimal 15 18 183 0.92 0.90 0 0.28 238.93 0.85 0.39
Hex F 12 B7 5C 5A 0 1C EF 55 27
Octal 17 22 267 134 132 0 34 357 125 47
Binary 1111 10010 10110111 1011100 1011010 0 11100 11101111 1010101 100111

Color Harmonies of #0F12B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F12B7

Black with #0F12B7

Text Example


Text Example

White with #0F12B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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