Html Css Color HEX #0610BD Medium Blue

📋 copy color: '#0610BD'

red 6 ◦ green 16 ◦ blue 189

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

Shades of Medium Blue #0610BD

Tints of Medium Blue #0610BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 89.57%

R = 2.84%
G = 7.58%
B = 89.57%

CMYK

 C value IS 0.97

 M value IS 0.92

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0610BD (or 0x0610BD) is known color: Medium Blue. HEX triplet: 06, 10 and BD. RGB value is (6,16,189). Sum of RGB (Red+Green+Blue) = 6+16+189=211 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.84% from 211); Green value is 16 (6.64% from 255 or 7.58% from 211); Blue value is 189 (74.22% from 255 or 89.57% from 211); Max value from RGB is 189 - color contains mainly: blue. Hex color #0610BD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0610BD is #F9EF42. Grayscale: #202020. Windows color (decimal): -16379715 or 12390406. OLE color: 12390406.

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

Color convert

RGB 6 16 189 -
CMYK 0.97 0.92 0 0.26
HSL 236.72º 0.94% 0.38% -
HSV(B) 236.72º 0.97% 0.74% -
XYZ 9.45 4.08 48.43 -
YUV 32.73 216.19 108.93 -
System Red Green Blue C M Y K H S L
Decimal 6 16 189 0.97 0.92 0 0.26 236.72 0.94 0.38
Hex 6 10 BD 61 5C 0 1A ED 5E 26
Octal 6 20 275 141 134 0 32 355 136 46
Binary 110 10000 10111101 1100001 1011100 0 11010 11101101 1011110 100110

Color Harmonies of #0610BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0610BD

Black with #0610BD

Text Example


Text Example

White with #0610BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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