Html Css Color HEX #0F16CF Medium Blue

📋 copy color: '#0F16CF'

red 15 ◦ green 22 ◦ blue 207

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

Shades of Medium Blue #0F16CF

Tints of Medium Blue #0F16CF

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.02%

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

R = 6.15%
G = 9.02%
B = 84.84%

CMYK

 C value IS 0.93

 M value IS 0.89

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0F16CF (or 0x0F16CF) is known color: Medium Blue. HEX triplet: 0F, 16 and CF. RGB value is (15,22,207). Sum of RGB (Red+Green+Blue) = 15+22+207=244 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.15% from 244); Green value is 22 (8.98% from 255 or 9.02% from 244); Blue value is 207 (81.25% from 255 or 84.84% from 244); Max value from RGB is 207 - color contains mainly: blue. Hex color #0F16CF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0F16CF is #F0E930. Grayscale: #282828. Windows color (decimal): -15788337 or 13571599. OLE color: 13571599.

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

Color convert

RGB 15 22 207 -
CMYK 0.93 0.89 0 0.19
HSL 237.81º 0.86% 0.44% -
HSV(B) 237.81º 0.93% 0.81% -
XYZ 11.75 5.18 59.41 -
YUV 41 221.68 109.46 -
System Red Green Blue C M Y K H S L
Decimal 15 22 207 0.93 0.89 0 0.19 237.81 0.86 0.44
Hex F 16 CF 5D 59 0 13 EE 56 2C
Octal 17 26 317 135 131 0 23 356 126 54
Binary 1111 10110 11001111 1011101 1011001 0 10011 11101110 1010110 101100

Color Harmonies of #0F16CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F16CF

Black with #0F16CF

Text Example


Text Example

White with #0F16CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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