Html Css Color HEX #0C06B6 Medium Blue

📋 copy color: '#0C06B6'

red 12 ◦ green 6 ◦ blue 182

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

Shades of Medium Blue #0C06B6

Tints of Medium Blue #0C06B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 91%

R = 6%
G = 3%
B = 91%

CMYK

 C value IS 0.93

 M value IS 0.97

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#0C06B6 (or 0x0C06B6) is known color: Medium Blue. HEX triplet: 0C, 06 and B6. RGB value is (12,6,182). Sum of RGB (Red+Green+Blue) = 12+6+182=200 (26% of max value = 765). Red value is 12 (5.08% from 255 or 6% from 200); Green value is 6 (2.73% from 255 or 3% from 200); Blue value is 182 (71.48% from 255 or 91% from 200); Max value from RGB is 182 - color contains mainly: blue. Hex color #0C06B6 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0C06B6 is #F3F949. Grayscale: #1B1B1B. Windows color (decimal): -15989066 or 11929100. OLE color: 11929100.

HSL color Cylindrical-coordinate representation of color #0C06B6: hue angle of 242.05º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0C06B6 is Cyan = 0.93, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 12 6 182 -
CMYK 0.93 0.97 0 0.29
HSL 242.05º 0.94% 0.37% -
HSV(B) 242.05º 0.97% 0.71% -
XYZ 8.66 3.59 44.49 -
YUV 27.86 214.99 116.69 -
System Red Green Blue C M Y K H S L
Decimal 12 6 182 0.93 0.97 0 0.29 242.05 0.94 0.37
Hex C 6 B6 5D 61 0 1D F2 5E 25
Octal 14 6 266 135 141 0 35 362 136 45
Binary 1100 110 10110110 1011101 1100001 0 11101 11110010 1011110 100101

Color Harmonies of #0C06B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C06B6

Black with #0C06B6

Text Example


Text Example

White with #0C06B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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