Html Css Color HEX #0F1BC9 Medium Blue

📋 copy color: '#0F1BC9'

red 15 ◦ green 27 ◦ blue 201

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

Shades of Medium Blue #0F1BC9

Tints of Medium Blue #0F1BC9

RGB

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

 GREEN value IS 27 (10.94% from 255) = 11.11%

 BLUE value IS 201 (78.91% from 255) = 82.72%

R = 6.17%
G = 11.11%
B = 82.72%

CMYK

 C value IS 0.93

 M value IS 0.87

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0F1BC9 (or 0x0F1BC9) is known color: Medium Blue. HEX triplet: 0F, 1B and C9. RGB value is (15,27,201). Sum of RGB (Red+Green+Blue) = 15+27+201=243 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.17% from 243); Green value is 27 (10.94% from 255 or 11.11% from 243); Blue value is 201 (78.91% from 255 or 82.72% from 243); Max value from RGB is 201 - color contains mainly: blue. Hex color #0F1BC9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F1BC9 is #F0E436. Grayscale: #2A2A2A. Windows color (decimal): -15787063 or 13179663. OLE color: 13179663.

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

Color convert

RGB 15 27 201 -
CMYK 0.93 0.87 0 0.21
HSL 236.13º 0.86% 0.42% -
HSV(B) 236.13º 0.93% 0.79% -
XYZ 11.13 5.1 55.66 -
YUV 43.25 217.02 107.85 -
System Red Green Blue C M Y K H S L
Decimal 15 27 201 0.93 0.87 0 0.21 236.13 0.86 0.42
Hex F 1B C9 5D 57 0 15 EC 56 2A
Octal 17 33 311 135 127 0 25 354 126 52
Binary 1111 11011 11001001 1011101 1010111 0 10101 11101100 1010110 101010

Color Harmonies of #0F1BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1BC9

Black with #0F1BC9

Text Example


Text Example

White with #0F1BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,27,201); }

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

background-color css

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

 a { background-color: rgb(15,27,201); }

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

border-color css

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

 span { border-color: rgb(15,27,201); }

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