Html Css Color HEX #0F1ACF Medium Blue

📋 copy color: '#0F1ACF'

red 15 ◦ green 26 ◦ blue 207

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

Shades of Medium Blue #0F1ACF

Tints of Medium Blue #0F1ACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 83.47%

R = 6.05%
G = 10.48%
B = 83.47%

CMYK

 C value IS 0.93

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0F1ACF (or 0x0F1ACF) is known color: Medium Blue. HEX triplet: 0F, 1A and CF. RGB value is (15,26,207). Sum of RGB (Red+Green+Blue) = 15+26+207=248 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.05% from 248); Green value is 26 (10.55% from 255 or 10.48% from 248); Blue value is 207 (81.25% from 255 or 83.47% from 248); Max value from RGB is 207 - color contains mainly: blue. Hex color #0F1ACF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F1ACF is #F0E530. Grayscale: #2A2A2A. Windows color (decimal): -15787313 or 13572623. OLE color: 13572623.

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

Color convert

RGB 15 26 207 -
CMYK 0.93 0.87 0 0.19
HSL 236.56º 0.86% 0.44% -
HSV(B) 236.56º 0.93% 0.81% -
XYZ 11.83 5.35 59.44 -
YUV 43.35 220.36 107.78 -
System Red Green Blue C M Y K H S L
Decimal 15 26 207 0.93 0.87 0 0.19 236.56 0.86 0.44
Hex F 1A CF 5D 57 0 13 ED 56 2C
Octal 17 32 317 135 127 0 23 355 126 54
Binary 1111 11010 11001111 1011101 1010111 0 10011 11101101 1010110 101100

Color Harmonies of #0F1ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1ACF

Black with #0F1ACF

Text Example


Text Example

White with #0F1ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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