Html Css Color HEX #0F14BC Medium Blue

📋 copy color: '#0F14BC'

red 15 ◦ green 20 ◦ blue 188

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

Shades of Medium Blue #0F14BC

Tints of Medium Blue #0F14BC

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.97%

 BLUE value IS 188 (73.83% from 255) = 84.3%

R = 6.73%
G = 8.97%
B = 84.3%

CMYK

 C value IS 0.92

 M value IS 0.89

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0F14BC (or 0x0F14BC) is known color: Medium Blue. HEX triplet: 0F, 14 and BC. RGB value is (15,20,188). Sum of RGB (Red+Green+Blue) = 15+20+188=223 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.73% from 223); Green value is 20 (8.20% from 255 or 8.97% from 223); Blue value is 188 (73.83% from 255 or 84.30% from 223); Max value from RGB is 188 - color contains mainly: blue. Hex color #0F14BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0F14BC is #F0EB43. Grayscale: #242424. Windows color (decimal): -15788868 or 12325903. OLE color: 12325903.

HSL color Cylindrical-coordinate representation of color #0F14BC: hue angle of 238.27º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F14BC is Cyan = 0.92, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 15 20 188 -
CMYK 0.92 0.89 0 0.26
HSL 238.27º 0.85% 0.4% -
HSV(B) 238.27º 0.92% 0.74% -
XYZ 9.52 4.23 47.89 -
YUV 37.66 212.84 111.84 -
System Red Green Blue C M Y K H S L
Decimal 15 20 188 0.92 0.89 0 0.26 238.27 0.85 0.4
Hex F 14 BC 5C 59 0 1A EE 55 28
Octal 17 24 274 134 131 0 32 356 125 50
Binary 1111 10100 10111100 1011100 1011001 0 11010 11101110 1010101 101000

Color Harmonies of #0F14BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F14BC

Black with #0F14BC

Text Example


Text Example

White with #0F14BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,20,188); }

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

background-color css

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

 a { background-color: rgb(15,20,188); }

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

border-color css

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

 span { border-color: rgb(15,20,188); }

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