Html Css Color HEX #0C05BA Medium Blue

📋 copy color: '#0C05BA'

red 12 ◦ green 5 ◦ blue 186

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

Shades of Medium Blue #0C05BA

Tints of Medium Blue #0C05BA

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.46%

 BLUE value IS 186 (73.05% from 255) = 91.63%

R = 5.91%
G = 2.46%
B = 91.63%

CMYK

 C value IS 0.94

 M value IS 0.97

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0C05BA (or 0x0C05BA) is known color: Medium Blue. HEX triplet: 0C, 05 and BA. RGB value is (12,5,186). Sum of RGB (Red+Green+Blue) = 12+5+186=203 (26% of max value = 765). Red value is 12 (5.08% from 255 or 5.91% from 203); Green value is 5 (2.34% from 255 or 2.46% from 203); Blue value is 186 (73.05% from 255 or 91.63% from 203); Max value from RGB is 186 - color contains mainly: blue. Hex color #0C05BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0C05BA is #F3FA45. Grayscale: #1B1B1B. Windows color (decimal): -15989318 or 12190988. OLE color: 12190988.

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

Color convert

RGB 12 5 186 -
CMYK 0.94 0.97 0 0.27
HSL 242.32º 0.95% 0.37% -
HSV(B) 242.32º 0.97% 0.73% -
XYZ 9.07 3.73 46.7 -
YUV 27.73 217.32 116.78 -
System Red Green Blue C M Y K H S L
Decimal 12 5 186 0.94 0.97 0 0.27 242.32 0.95 0.37
Hex C 5 BA 5E 61 0 1B F2 5F 25
Octal 14 5 272 136 141 0 33 362 137 45
Binary 1100 101 10111010 1011110 1100001 0 11011 11110010 1011111 100101

Color Harmonies of #0C05BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C05BA

Black with #0C05BA

Text Example


Text Example

White with #0C05BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,5,186); }

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

background-color css

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

 a { background-color: rgb(12,5,186); }

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

border-color css

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

 span { border-color: rgb(12,5,186); }

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