Html Css Color HEX #0F1ADB Medium Blue

📋 copy color: '#0F1ADB'

red 15 ◦ green 26 ◦ blue 219

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

Shades of Medium Blue #0F1ADB

Tints of Medium Blue #0F1ADB

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10%

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

R = 5.77%
G = 10%
B = 84.23%

CMYK

 C value IS 0.93

 M value IS 0.88

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0F1ADB (or 0x0F1ADB) is known color: Medium Blue. HEX triplet: 0F, 1A and DB. RGB value is (15,26,219). Sum of RGB (Red+Green+Blue) = 15+26+219=260 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.77% from 260); Green value is 26 (10.55% from 255 or 10% from 260); Blue value is 219 (85.94% from 255 or 84.23% from 260); Max value from RGB is 219 - color contains mainly: blue. Hex color #0F1ADB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F1ADB is #F0E524. Grayscale: #2B2B2B. Windows color (decimal): -15787301 or 14359055. OLE color: 14359055.

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

Color convert

RGB 15 26 219 -
CMYK 0.93 0.88 0 0.14
HSL 236.76º 0.87% 0.46% -
HSV(B) 236.76º 0.93% 0.86% -
XYZ 13.35 5.95 67.46 -
YUV 44.71 226.36 106.81 -
System Red Green Blue C M Y K H S L
Decimal 15 26 219 0.93 0.88 0 0.14 236.76 0.87 0.46
Hex F 1A DB 5D 58 0 E ED 57 2E
Octal 17 32 333 135 130 0 16 355 127 56
Binary 1111 11010 11011011 1011101 1011000 0 1110 11101101 1010111 101110

Color Harmonies of #0F1ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1ADB

Black with #0F1ADB

Text Example


Text Example

White with #0F1ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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