Html Css Color HEX #0C0FBF Medium Blue

📋 copy color: '#0C0FBF'

red 12 ◦ green 15 ◦ blue 191

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

Shades of Medium Blue #0C0FBF

Tints of Medium Blue #0C0FBF

RGB

 RED value IS 12 (5.08% from 255) = 5.5%

 GREEN value IS 15 (6.25% from 255) = 6.88%

 BLUE value IS 191 (75% from 255) = 87.61%

R = 5.5%
G = 6.88%
B = 87.61%

CMYK

 C value IS 0.94

 M value IS 0.92

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0C0FBF (or 0x0C0FBF) is known color: Medium Blue. HEX triplet: 0C, 0F and BF. RGB value is (12,15,191). Sum of RGB (Red+Green+Blue) = 12+15+191=218 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.50% from 218); Green value is 15 (6.25% from 255 or 6.88% from 218); Blue value is 191 (75% from 255 or 87.61% from 218); Max value from RGB is 191 - color contains mainly: blue. Hex color #0C0FBF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0C0FBF is #F3F040. Grayscale: #212121. Windows color (decimal): -15986753 or 12521228. OLE color: 12521228.

HSL color Cylindrical-coordinate representation of color #0C0FBF: hue angle of 238.99º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C0FBF is Cyan = 0.94, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 12 15 191 -
CMYK 0.94 0.92 0 0.25
HSL 238.99º 0.88% 0.4% -
HSV(B) 238.99º 0.94% 0.75% -
XYZ 9.73 4.18 49.58 -
YUV 34.17 216.51 112.19 -
System Red Green Blue C M Y K H S L
Decimal 12 15 191 0.94 0.92 0 0.25 238.99 0.88 0.4
Hex C F BF 5E 5C 0 19 EF 58 28
Octal 14 17 277 136 134 0 31 357 130 50
Binary 1100 1111 10111111 1011110 1011100 0 11001 11101111 1011000 101000

Color Harmonies of #0C0FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0FBF

Black with #0C0FBF

Text Example


Text Example

White with #0C0FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,15,191); }

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

background-color css

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

 a { background-color: rgb(12,15,191); }

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

border-color css

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

 span { border-color: rgb(12,15,191); }

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