Html Css Color HEX #0610BA Medium Blue

📋 copy color: '#0610BA'

red 6 ◦ green 16 ◦ blue 186

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

Shades of Medium Blue #0610BA

Tints of Medium Blue #0610BA

RGB

 RED value IS 6 (2.73% from 255) = 2.88%

 GREEN value IS 16 (6.64% from 255) = 7.69%

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

R = 2.88%
G = 7.69%
B = 89.42%

CMYK

 C value IS 0.97

 M value IS 0.91

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0610BA (or 0x0610BA) is known color: Medium Blue. HEX triplet: 06, 10 and BA. RGB value is (6,16,186). Sum of RGB (Red+Green+Blue) = 6+16+186=208 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.88% from 208); Green value is 16 (6.64% from 255 or 7.69% from 208); Blue value is 186 (73.05% from 255 or 89.42% from 208); Max value from RGB is 186 - color contains mainly: blue. Hex color #0610BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0610BA is #F9EF45. Grayscale: #1F1F1F. Windows color (decimal): -16379718 or 12193798. OLE color: 12193798.

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

Color convert

RGB 6 16 186 -
CMYK 0.97 0.91 0 0.27
HSL 236.67º 0.94% 0.38% -
HSV(B) 236.67º 0.97% 0.73% -
XYZ 9.12 3.95 46.74 -
YUV 32.39 214.69 109.18 -
System Red Green Blue C M Y K H S L
Decimal 6 16 186 0.97 0.91 0 0.27 236.67 0.94 0.38
Hex 6 10 BA 61 5B 0 1B ED 5E 26
Octal 6 20 272 141 133 0 33 355 136 46
Binary 110 10000 10111010 1100001 1011011 0 11011 11101101 1011110 100110

Color Harmonies of #0610BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0610BA

Black with #0610BA

Text Example


Text Example

White with #0610BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0610BA; }

 p { color: rgb(6,16,186); }

 H1.HeaderClassName
 {
   color: #0610BA;
 }
 .AnyTagClassName
 {
   color: #0610BA;
 }
</style>

background-color css

<style>
 a { background-color: #0610BA; }

 a { background-color: rgb(6,16,186); }

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

border-color css

<style>
 span { border-color: #0610BA; }

 span { border-color: rgb(6,16,186); }

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