Html Css Color HEX #0F1ACD Medium Blue

📋 copy color: '#0F1ACD'

red 15 ◦ green 26 ◦ blue 205

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

Shades of Medium Blue #0F1ACD

Tints of Medium Blue #0F1ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 83.33%

R = 6.1%
G = 10.57%
B = 83.33%

CMYK

 C value IS 0.93

 M value IS 0.87

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0F1ACD (or 0x0F1ACD) is known color: Medium Blue. HEX triplet: 0F, 1A and CD. RGB value is (15,26,205). Sum of RGB (Red+Green+Blue) = 15+26+205=246 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.10% from 246); Green value is 26 (10.55% from 255 or 10.57% from 246); Blue value is 205 (80.47% from 255 or 83.33% from 246); Max value from RGB is 205 - color contains mainly: blue. Hex color #0F1ACD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F1ACD is #F0E532. Grayscale: #2A2A2A. Windows color (decimal): -15787315 or 13441551. OLE color: 13441551.

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

Color convert

RGB 15 26 205 -
CMYK 0.93 0.87 0 0.20
HSL 236.53º 0.86% 0.43% -
HSV(B) 236.53º 0.93% 0.8% -
XYZ 11.59 5.25 58.16 -
YUV 43.12 219.36 107.95 -
System Red Green Blue C M Y K H S L
Decimal 15 26 205 0.93 0.87 0 0.20 236.53 0.86 0.43
Hex F 1A CD 5D 57 0 14 ED 56 2B
Octal 17 32 315 135 127 0 24 355 126 53
Binary 1111 11010 11001101 1011101 1010111 0 10100 11101101 1010110 101011

Color Harmonies of #0F1ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1ACD

Black with #0F1ACD

Text Example


Text Example

White with #0F1ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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