Html Css Color HEX #0F16CC Medium Blue

📋 copy color: '#0F16CC'

red 15 ◦ green 22 ◦ blue 204

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

Shades of Medium Blue #0F16CC

Tints of Medium Blue #0F16CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 84.65%

R = 6.22%
G = 9.13%
B = 84.65%

CMYK

 C value IS 0.93

 M value IS 0.89

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0F16CC (or 0x0F16CC) is known color: Medium Blue. HEX triplet: 0F, 16 and CC. RGB value is (15,22,204). Sum of RGB (Red+Green+Blue) = 15+22+204=241 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.22% from 241); Green value is 22 (8.98% from 255 or 9.13% from 241); Blue value is 204 (80.08% from 255 or 84.65% from 241); Max value from RGB is 204 - color contains mainly: blue. Hex color #0F16CC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0F16CC is #F0E933. Grayscale: #272727. Windows color (decimal): -15788340 or 13374991. OLE color: 13374991.

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

Color convert

RGB 15 22 204 -
CMYK 0.93 0.89 0 0.2
HSL 237.78º 0.86% 0.43% -
HSV(B) 237.78º 0.93% 0.8% -
XYZ 11.38 5.04 57.5 -
YUV 40.66 220.18 109.7 -
System Red Green Blue C M Y K H S L
Decimal 15 22 204 0.93 0.89 0 0.2 237.78 0.86 0.43
Hex F 16 CC 5D 59 0 14 EE 56 2B
Octal 17 26 314 135 131 0 24 356 126 53
Binary 1111 10110 11001100 1011101 1011001 0 10100 11101110 1010110 101011

Color Harmonies of #0F16CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F16CC

Black with #0F16CC

Text Example


Text Example

White with #0F16CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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