Html Css Color HEX #0616BD Medium Blue

📋 copy color: '#0616BD'

red 6 ◦ green 22 ◦ blue 189

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

Shades of Medium Blue #0616BD

Tints of Medium Blue #0616BD

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.14%

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

R = 2.76%
G = 10.14%
B = 87.1%

CMYK

 C value IS 0.97

 M value IS 0.88

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0616BD (or 0x0616BD) is known color: Medium Blue. HEX triplet: 06, 16 and BD. RGB value is (6,22,189). Sum of RGB (Red+Green+Blue) = 6+22+189=217 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.76% from 217); Green value is 22 (8.98% from 255 or 10.14% from 217); Blue value is 189 (74.22% from 255 or 87.10% from 217); Max value from RGB is 189 - color contains mainly: blue. Hex color #0616BD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0616BD is #F9E942. Grayscale: #232323. Windows color (decimal): -16378179 or 12391942. OLE color: 12391942.

HSL color Cylindrical-coordinate representation of color #0616BD: hue angle of 234.75º 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 #0616BD is Cyan = 0.97, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 6 22 189 -
CMYK 0.97 0.88 0 0.26
HSL 234.75º 0.94% 0.38% -
HSV(B) 234.75º 0.97% 0.74% -
XYZ 9.55 4.29 48.47 -
YUV 36.25 214.2 106.42 -
System Red Green Blue C M Y K H S L
Decimal 6 22 189 0.97 0.88 0 0.26 234.75 0.94 0.38
Hex 6 16 BD 61 58 0 1A EB 5E 26
Octal 6 26 275 141 130 0 32 353 136 46
Binary 110 10110 10111101 1100001 1011000 0 11010 11101011 1011110 100110

Color Harmonies of #0616BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0616BD

Black with #0616BD

Text Example


Text Example

White with #0616BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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