Html Css Color HEX #0C06CF Medium Blue

📋 copy color: '#0C06CF'

red 12 ◦ green 6 ◦ blue 207

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

Shades of Medium Blue #0C06CF

Tints of Medium Blue #0C06CF

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.67%

 BLUE value IS 207 (81.25% from 255) = 92%

R = 5.33%
G = 2.67%
B = 92%

CMYK

 C value IS 0.94

 M value IS 0.97

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0C06CF (or 0x0C06CF) is known color: Medium Blue. HEX triplet: 0C, 06 and CF. RGB value is (12,6,207). Sum of RGB (Red+Green+Blue) = 12+6+207=225 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.33% from 225); Green value is 6 (2.73% from 255 or 2.67% from 225); Blue value is 207 (81.25% from 255 or 92% from 225); Max value from RGB is 207 - color contains mainly: blue. Hex color #0C06CF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0C06CF is #F3F930. Grayscale: #1D1D1D. Windows color (decimal): -15989041 or 13567500. OLE color: 13567500.

HSL color Cylindrical-coordinate representation of color #0C06CF: hue angle of 241.79º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0C06CF is Cyan = 0.94, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 12 6 207 -
CMYK 0.94 0.97 0 0.19
HSL 241.79º 0.94% 0.42% -
HSV(B) 241.79º 0.97% 0.81% -
XYZ 11.48 4.71 59.34 -
YUV 30.71 227.49 114.66 -
System Red Green Blue C M Y K H S L
Decimal 12 6 207 0.94 0.97 0 0.19 241.79 0.94 0.42
Hex C 6 CF 5E 61 0 13 F2 5E 2A
Octal 14 6 317 136 141 0 23 362 136 52
Binary 1100 110 11001111 1011110 1100001 0 10011 11110010 1011110 101010

Color Harmonies of #0C06CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C06CF

Black with #0C06CF

Text Example


Text Example

White with #0C06CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,6,207); }

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

background-color css

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

 a { background-color: rgb(12,6,207); }

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

border-color css

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

 span { border-color: rgb(12,6,207); }

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