Html Css Color HEX #0F1ECF Medium Blue

📋 copy color: '#0F1ECF'

red 15 ◦ green 30 ◦ blue 207

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

Shades of Medium Blue #0F1ECF

Tints of Medium Blue #0F1ECF

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.9%

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

R = 5.95%
G = 11.9%
B = 82.14%

CMYK

 C value IS 0.93

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0F1ECF (or 0x0F1ECF) is known color: Medium Blue. HEX triplet: 0F, 1E and CF. RGB value is (15,30,207). Sum of RGB (Red+Green+Blue) = 15+30+207=252 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.95% from 252); Green value is 30 (12.11% from 255 or 11.90% from 252); Blue value is 207 (81.25% from 255 or 82.14% from 252); Max value from RGB is 207 - color contains mainly: blue. Hex color #0F1ECF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F1ECF is #F0E130. Grayscale: #2C2C2C. Windows color (decimal): -15786289 or 13573647. OLE color: 13573647.

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

Color convert

RGB 15 30 207 -
CMYK 0.93 0.86 0 0.19
HSL 235.31º 0.86% 0.44% -
HSV(B) 235.31º 0.93% 0.81% -
XYZ 11.92 5.54 59.47 -
YUV 45.69 219.03 106.11 -
System Red Green Blue C M Y K H S L
Decimal 15 30 207 0.93 0.86 0 0.19 235.31 0.86 0.44
Hex F 1E CF 5D 56 0 13 EB 56 2C
Octal 17 36 317 135 126 0 23 353 126 54
Binary 1111 11110 11001111 1011101 1010110 0 10011 11101011 1010110 101100

Color Harmonies of #0F1ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1ECF

Black with #0F1ECF

Text Example


Text Example

White with #0F1ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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