Html Css Color HEX #061BE0 Medium Blue

📋 copy color: '#061BE0'

red 6 ◦ green 27 ◦ blue 224

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

Shades of Medium Blue #061BE0

Tints of Medium Blue #061BE0

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.51%

 BLUE value IS 224 (87.89% from 255) = 87.16%

R = 2.33%
G = 10.51%
B = 87.16%

CMYK

 C value IS 0.97

 M value IS 0.88

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#061BE0 (or 0x061BE0) is known color: Medium Blue. HEX triplet: 06, 1B and E0. RGB value is (6,27,224). Sum of RGB (Red+Green+Blue) = 6+27+224=257 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.33% from 257); Green value is 27 (10.94% from 255 or 10.51% from 257); Blue value is 224 (87.89% from 255 or 87.16% from 257); Max value from RGB is 224 - color contains mainly: blue. Hex color #061BE0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #061BE0 is #F9E41F. Grayscale: #2A2A2A. Windows color (decimal): -16376864 or 14686982. OLE color: 14686982.

HSL color Cylindrical-coordinate representation of color #061BE0: hue angle of 234.22º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #061BE0 is Cyan = 0.97, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 6 27 224 -
CMYK 0.97 0.88 0 0.12
HSL 234.22º 0.95% 0.45% -
HSV(B) 234.22º 0.97% 0.88% -
XYZ 13.92 6.2 70.98 -
YUV 43.18 230.04 101.48 -
System Red Green Blue C M Y K H S L
Decimal 6 27 224 0.97 0.88 0 0.12 234.22 0.95 0.45
Hex 6 1B E0 61 58 0 C EA 5F 2D
Octal 6 33 340 141 130 0 14 352 137 55
Binary 110 11011 11100000 1100001 1011000 0 1100 11101010 1011111 101101

Color Harmonies of #061BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061BE0

Black with #061BE0

Text Example


Text Example

White with #061BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061BE0; }

 p { color: rgb(6,27,224); }

 H1.HeaderClassName
 {
   color: #061BE0;
 }
 .AnyTagClassName
 {
   color: #061BE0;
 }
</style>

background-color css

<style>
 a { background-color: #061BE0; }

 a { background-color: rgb(6,27,224); }

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

border-color css

<style>
 span { border-color: #061BE0; }

 span { border-color: rgb(6,27,224); }

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