Html Css Color HEX #0F1DDB Medium Blue

📋 copy color: '#0F1DDB'

red 15 ◦ green 29 ◦ blue 219

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

Shades of Medium Blue #0F1DDB

Tints of Medium Blue #0F1DDB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.03%

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

R = 5.7%
G = 11.03%
B = 83.27%

CMYK

 C value IS 0.93

 M value IS 0.87

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0F1DDB (or 0x0F1DDB) is known color: Medium Blue. HEX triplet: 0F, 1D and DB. RGB value is (15,29,219). Sum of RGB (Red+Green+Blue) = 15+29+219=263 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.70% from 263); Green value is 29 (11.72% from 255 or 11.03% from 263); Blue value is 219 (85.94% from 255 or 83.27% from 263); Max value from RGB is 219 - color contains mainly: blue. Hex color #0F1DDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F1DDB is #F0E224. Grayscale: #2D2D2D. Windows color (decimal): -15786533 or 14359823. OLE color: 14359823.

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

Color convert

RGB 15 29 219 -
CMYK 0.93 0.87 0 0.14
HSL 235.88º 0.87% 0.46% -
HSV(B) 235.88º 0.93% 0.86% -
XYZ 13.42 6.09 67.49 -
YUV 46.47 225.36 105.55 -
System Red Green Blue C M Y K H S L
Decimal 15 29 219 0.93 0.87 0 0.14 235.88 0.87 0.46
Hex F 1D DB 5D 57 0 E EC 57 2E
Octal 17 35 333 135 127 0 16 354 127 56
Binary 1111 11101 11011011 1011101 1010111 0 1110 11101100 1010111 101110

Color Harmonies of #0F1DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1DDB

Black with #0F1DDB

Text Example


Text Example

White with #0F1DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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