Html Css Color HEX #0618BC Medium Blue

📋 copy color: '#0618BC'

red 6 ◦ green 24 ◦ blue 188

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

Shades of Medium Blue #0618BC

Tints of Medium Blue #0618BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 86.24%

R = 2.75%
G = 11.01%
B = 86.24%

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

#0618BC (or 0x0618BC) is known color: Medium Blue. HEX triplet: 06, 18 and BC. RGB value is (6,24,188). Sum of RGB (Red+Green+Blue) = 6+24+188=218 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.75% from 218); Green value is 24 (9.77% from 255 or 11.01% from 218); Blue value is 188 (73.83% from 255 or 86.24% from 218); Max value from RGB is 188 - color contains mainly: blue. Hex color #0618BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0618BC is #F9E743. Grayscale: #242424. Windows color (decimal): -16377668 or 12326918. OLE color: 12326918.

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

Color convert

RGB 6 24 188 -
CMYK 0.97 0.87 0 0.26
HSL 234.07º 0.94% 0.38% -
HSV(B) 234.07º 0.97% 0.74% -
XYZ 9.48 4.32 47.91 -
YUV 37.31 213.04 105.66 -
System Red Green Blue C M Y K H S L
Decimal 6 24 188 0.97 0.87 0 0.26 234.07 0.94 0.38
Hex 6 18 BC 61 57 0 1A EA 5E 26
Octal 6 30 274 141 127 0 32 352 136 46
Binary 110 11000 10111100 1100001 1010111 0 11010 11101010 1011110 100110

Color Harmonies of #0618BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0618BC

Black with #0618BC

Text Example


Text Example

White with #0618BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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