Html Css Color HEX #0C0FBE Medium Blue

📋 copy color: '#0C0FBE'

red 12 ◦ green 15 ◦ blue 190

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

Shades of Medium Blue #0C0FBE

Tints of Medium Blue #0C0FBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 87.56%

R = 5.53%
G = 6.91%
B = 87.56%

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

#0C0FBE (or 0x0C0FBE) is known color: Medium Blue. HEX triplet: 0C, 0F and BE. RGB value is (12,15,190). Sum of RGB (Red+Green+Blue) = 12+15+190=217 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.53% from 217); Green value is 15 (6.25% from 255 or 6.91% from 217); Blue value is 190 (74.61% from 255 or 87.56% from 217); Max value from RGB is 190 - color contains mainly: blue. Hex color #0C0FBE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0C0FBE is #F3F041. Grayscale: #212121. Windows color (decimal): -15986754 or 12455692. OLE color: 12455692.

HSL color Cylindrical-coordinate representation of color #0C0FBE: 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 #0C0FBE is Cyan = 0.94, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 12 15 190 -
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.62 4.14 49.01 -
YUV 34.05 216.01 112.27 -
System Red Green Blue C M Y K H S L
Decimal 12 15 190 0.94 0.92 0 0.25 238.99 0.88 0.4
Hex C F BE 5E 5C 0 19 EF 58 28
Octal 14 17 276 136 134 0 31 357 130 50
Binary 1100 1111 10111110 1011110 1011100 0 11001 11101111 1011000 101000

Color Harmonies of #0C0FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0FBE

Black with #0C0FBE

Text Example


Text Example

White with #0C0FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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