Html Css Color HEX #061AFF Blue

📋 copy color: '#061AFF'

red 6 ◦ green 26 ◦ blue 255

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

Shades of Blue #061AFF

Tints of Blue #061AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 88.85%

R = 2.09%
G = 9.06%
B = 88.85%

CMYK

 C value IS 0.98

 M value IS 0.90

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#061AFF (or 0x061AFF) is known color: Blue. HEX triplet: 06, 1A and FF. RGB value is (6,26,255). Sum of RGB (Red+Green+Blue) = 6+26+255=287 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.09% from 287); Green value is 26 (10.55% from 255 or 9.06% from 287); Blue value is 255 (100% from 255 or 88.85% from 287); Max value from RGB is 255 - color contains mainly: blue. Hex color #061AFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #061AFF is #F9E500. Grayscale: #2D2D2D. Windows color (decimal): -16377089 or 16718342. OLE color: 16718342.

HSL color Cylindrical-coordinate representation of color #061AFF: hue angle of 235.18º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #061AFF is Cyan = 0.98, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 6 26 255 -
CMYK 0.98 0.90 0 0
HSL 235.18º 1% 0.51% -
HSV(B) 235.18º 0.98% 1% -
XYZ 18.49 8 95.18 -
YUV 46.13 245.87 99.38 -
System Red Green Blue C M Y K H S L
Decimal 6 26 255 0.98 0.90 0 0 235.18 1 0.51
Hex 6 1A FF 62 5A 0 0 EB 64 33
Octal 6 32 377 142 132 0 0 353 144 63
Binary 110 11010 11111111 1100010 1011010 0 0 11101011 1100100 110011

Color Harmonies of #061AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061AFF

Black with #061AFF

Text Example


Text Example

White with #061AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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