Html Css Color HEX #0618BD Medium Blue

📋 copy color: '#0618BD'

red 6 ◦ green 24 ◦ blue 189

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

Shades of Medium Blue #0618BD

Tints of Medium Blue #0618BD

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.96%

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

R = 2.74%
G = 10.96%
B = 86.3%

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

#0618BD (or 0x0618BD) is known color: Medium Blue. HEX triplet: 06, 18 and BD. RGB value is (6,24,189). Sum of RGB (Red+Green+Blue) = 6+24+189=219 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.74% from 219); Green value is 24 (9.77% from 255 or 10.96% from 219); Blue value is 189 (74.22% from 255 or 86.30% from 219); Max value from RGB is 189 - color contains mainly: blue. Hex color #0618BD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0618BD is #F9E742. Grayscale: #242424. Windows color (decimal): -16377667 or 12392454. OLE color: 12392454.

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

Color convert

RGB 6 24 189 -
CMYK 0.97 0.87 0 0.26
HSL 234.1º 0.94% 0.38% -
HSV(B) 234.1º 0.97% 0.74% -
XYZ 9.59 4.37 48.48 -
YUV 37.43 213.54 105.58 -
System Red Green Blue C M Y K H S L
Decimal 6 24 189 0.97 0.87 0 0.26 234.1 0.94 0.38
Hex 6 18 BD 61 57 0 1A EA 5E 26
Octal 6 30 275 141 127 0 32 352 136 46
Binary 110 11000 10111101 1100001 1010111 0 11010 11101010 1011110 100110

Color Harmonies of #0618BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0618BD

Black with #0618BD

Text Example


Text Example

White with #0618BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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