Html Css Color HEX #006AF0 Navy Blue

📋 copy color: '#006AF0'

red 0 ◦ green 106 ◦ blue 240

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

Shades of Navy Blue #006AF0

Tints of Navy Blue #006AF0

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 106 (41.8% from 255) = 30.64%

 BLUE value IS 240 (94.14% from 255) = 69.36%

R = 0%
G = 30.64%
B = 69.36%

CMYK

 C value IS 1

 M value IS 0.56

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#006AF0 (or 0x006AF0) is known color: Navy Blue. HEX triplet: 00, 6A and F0. RGB value is (0,106,240). Sum of RGB (Red+Green+Blue) = 0+106+240=346 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 346); Green value is 106 (41.80% from 255 or 30.64% from 346); Blue value is 240 (94.14% from 255 or 69.36% from 346); Max value from RGB is 240 - color contains mainly: blue. Hex color #006AF0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #006AF0 is #FF950F. Grayscale: #585858. Windows color (decimal): -16749840 or 15755776. OLE color: 15755776.

HSL color Cylindrical-coordinate representation of color #006AF0: hue angle of 213.5º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006AF0 is Cyan = 1, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 0 106 240 -
CMYK 1 0.56 0 0.06
HSL 213.5º 1% 0.47% -
HSV(B) 213.5º 1% 0.94% -
XYZ 20.88 16.6 84.54 -
YUV 89.58 212.88 64.1 -
System Red Green Blue C M Y K H S L
Decimal 0 106 240 1 0.56 0 0.06 213.5 1 0.47
Hex 0 6A F0 64 38 0 6 D6 64 2F
Octal 0 152 360 144 70 0 6 326 144 57
Binary 0 1101010 11110000 1100100 111000 0 110 11010110 1100100 101111

Color Harmonies of #006AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006AF0

Black with #006AF0

Text Example


Text Example

White with #006AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006AF0; }

 p { color: rgb(0,106,240); }

 H1.HeaderClassName
 {
   color: #006AF0;
 }
 .AnyTagClassName
 {
   color: #006AF0;
 }
</style>

background-color css

<style>
 a { background-color: #006AF0; }

 a { background-color: rgb(0,106,240); }

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

border-color css

<style>
 span { border-color: #006AF0; }

 span { border-color: rgb(0,106,240); }

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