Html Css Color HEX #0619BD Medium Blue

📋 copy color: '#0619BD'

red 6 ◦ green 25 ◦ blue 189

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

Shades of Medium Blue #0619BD

Tints of Medium Blue #0619BD

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.36%

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

R = 2.73%
G = 11.36%
B = 85.91%

CMYK

 C value IS 0.97

 M value IS 0.87

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0619BD (or 0x0619BD) is known color: Medium Blue. HEX triplet: 06, 19 and BD. RGB value is (6,25,189). Sum of RGB (Red+Green+Blue) = 6+25+189=220 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.73% from 220); Green value is 25 (10.16% from 255 or 11.36% from 220); Blue value is 189 (74.22% from 255 or 85.91% from 220); Max value from RGB is 189 - color contains mainly: blue. Hex color #0619BD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0619BD is #F9E642. Grayscale: #252525. Windows color (decimal): -16377411 or 12392710. OLE color: 12392710.

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

Color convert

RGB 6 25 189 -
CMYK 0.97 0.87 0 0.26
HSL 233.77º 0.94% 0.38% -
HSV(B) 233.77º 0.97% 0.74% -
XYZ 9.61 4.41 48.49 -
YUV 38.02 213.21 105.16 -
System Red Green Blue C M Y K H S L
Decimal 6 25 189 0.97 0.87 0 0.26 233.77 0.94 0.38
Hex 6 19 BD 61 57 0 1A EA 5E 26
Octal 6 31 275 141 127 0 32 352 136 46
Binary 110 11001 10111101 1100001 1010111 0 11010 11101010 1011110 100110

Color Harmonies of #0619BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0619BD

Black with #0619BD

Text Example


Text Example

White with #0619BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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