Html Css Color HEX #061AD8 Medium Blue

📋 copy color: '#061AD8'

red 6 ◦ green 26 ◦ blue 216

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

Shades of Medium Blue #061AD8

Tints of Medium Blue #061AD8

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.48%

 BLUE value IS 216 (84.77% from 255) = 87.1%

R = 2.42%
G = 10.48%
B = 87.1%

CMYK

 C value IS 0.97

 M value IS 0.88

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#061AD8 (or 0x061AD8) is known color: Medium Blue. HEX triplet: 06, 1A and D8. RGB value is (6,26,216). Sum of RGB (Red+Green+Blue) = 6+26+216=248 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.42% from 248); Green value is 26 (10.55% from 255 or 10.48% from 248); Blue value is 216 (84.77% from 255 or 87.10% from 248); Max value from RGB is 216 - color contains mainly: blue. Hex color #061AD8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #061AD8 is #F9E527. Grayscale: #282828. Windows color (decimal): -16377128 or 14162438. OLE color: 14162438.

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

Color convert

RGB 6 26 216 -
CMYK 0.97 0.88 0 0.15
HSL 234.29º 0.95% 0.44% -
HSV(B) 234.29º 0.97% 0.85% -
XYZ 12.84 5.74 65.4 -
YUV 41.68 226.37 102.55 -
System Red Green Blue C M Y K H S L
Decimal 6 26 216 0.97 0.88 0 0.15 234.29 0.95 0.44
Hex 6 1A D8 61 58 0 F EA 5F 2C
Octal 6 32 330 141 130 0 17 352 137 54
Binary 110 11010 11011000 1100001 1011000 0 1111 11101010 1011111 101100

Color Harmonies of #061AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061AD8

Black with #061AD8

Text Example


Text Example

White with #061AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,26,216); }

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

background-color css

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

 a { background-color: rgb(6,26,216); }

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

border-color css

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

 span { border-color: rgb(6,26,216); }

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