Html Css Color HEX #0F09BC Medium Blue

📋 copy color: '#0F09BC'

red 15 ◦ green 9 ◦ blue 188

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

Shades of Medium Blue #0F09BC

Tints of Medium Blue #0F09BC

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.25%

 BLUE value IS 188 (73.83% from 255) = 88.68%

R = 7.08%
G = 4.25%
B = 88.68%

CMYK

 C value IS 0.92

 M value IS 0.95

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0F09BC (or 0x0F09BC) is known color: Medium Blue. HEX triplet: 0F, 09 and BC. RGB value is (15,9,188). Sum of RGB (Red+Green+Blue) = 15+9+188=212 (28% of max value = 765). Red value is 15 (6.25% from 255 or 7.08% from 212); Green value is 9 (3.91% from 255 or 4.25% from 212); Blue value is 188 (73.83% from 255 or 88.68% from 212); Max value from RGB is 188 - color contains mainly: blue. Hex color #0F09BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0F09BC is #F0F643. Grayscale: #1E1E1E. Windows color (decimal): -15791684 or 12323087. OLE color: 12323087.

HSL color Cylindrical-coordinate representation of color #0F09BC: hue angle of 242.01º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0F09BC is Cyan = 0.92, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 15 9 188 -
CMYK 0.92 0.95 0 0.26
HSL 242.01º 0.91% 0.39% -
HSV(B) 242.01º 0.95% 0.74% -
XYZ 9.37 3.93 47.84 -
YUV 31.2 216.49 116.45 -
System Red Green Blue C M Y K H S L
Decimal 15 9 188 0.92 0.95 0 0.26 242.01 0.91 0.39
Hex F 9 BC 5C 5F 0 1A F2 5B 27
Octal 17 11 274 134 137 0 32 362 133 47
Binary 1111 1001 10111100 1011100 1011111 0 11010 11110010 1011011 100111

Color Harmonies of #0F09BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F09BC

Black with #0F09BC

Text Example


Text Example

White with #0F09BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,9,188); }

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

background-color css

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

 a { background-color: rgb(15,9,188); }

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

border-color css

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

 span { border-color: rgb(15,9,188); }

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