Html Css Color HEX #006AFB Navy Blue

📋 copy color: '#006AFB'

red 0 ◦ green 106 ◦ blue 251

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

Shades of Navy Blue #006AFB

Tints of Navy Blue #006AFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 70.31%

R = 0%
G = 29.69%
B = 70.31%

CMYK

 C value IS 1

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#006AFB (or 0x006AFB) is known color: Navy Blue. HEX triplet: 00, 6A and FB. RGB value is (0,106,251). Sum of RGB (Red+Green+Blue) = 0+106+251=357 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 357); Green value is 106 (41.80% from 255 or 29.69% from 357); Blue value is 251 (98.44% from 255 or 70.31% from 357); Max value from RGB is 251 - color contains mainly: blue. Hex color #006AFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #006AFB is #FF9504. Grayscale: #5A5A5A. Windows color (decimal): -16749829 or 16476672. OLE color: 16476672.

HSL color Cylindrical-coordinate representation of color #006AFB: hue angle of 214.66º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006AFB is Cyan = 1, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 0 106 251 -
CMYK 1 0.58 0 0.02
HSL 214.66º 1% 0.49% -
HSV(B) 214.66º 1% 0.98% -
XYZ 22.57 17.27 93.41 -
YUV 90.84 218.38 63.21 -
System Red Green Blue C M Y K H S L
Decimal 0 106 251 1 0.58 0 0.02 214.66 1 0.49
Hex 0 6A FB 64 3A 0 2 D7 64 31
Octal 0 152 373 144 72 0 2 327 144 61
Binary 0 1101010 11111011 1100100 111010 0 10 11010111 1100100 110001

Color Harmonies of #006AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006AFB

Black with #006AFB

Text Example


Text Example

White with #006AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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