Html Css Color HEX #006BFA Navy Blue

📋 copy color: '#006BFA'

red 0 ◦ green 107 ◦ blue 250

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

Shades of Navy Blue #006BFA

Tints of Navy Blue #006BFA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.97%

 BLUE value IS 250 (98.05% from 255) = 70.03%

R = 0%
G = 29.97%
B = 70.03%

CMYK

 C value IS 1

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#006BFA (or 0x006BFA) is known color: Navy Blue. HEX triplet: 00, 6B and FA. RGB value is (0,107,250). Sum of RGB (Red+Green+Blue) = 0+107+250=357 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 357); Green value is 107 (42.19% from 255 or 29.97% from 357); Blue value is 250 (98.05% from 255 or 70.03% from 357); Max value from RGB is 250 - color contains mainly: blue. Hex color #006BFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #006BFA is #FF9405. Grayscale: #5A5A5A. Windows color (decimal): -16749574 or 16411392. OLE color: 16411392.

HSL color Cylindrical-coordinate representation of color #006BFA: hue angle of 214.32º 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 #006BFA is Cyan = 1, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 0 107 250 -
CMYK 1 0.57 0 0.02
HSL 214.32º 1% 0.49% -
HSV(B) 214.32º 1% 0.98% -
XYZ 22.51 17.42 92.62 -
YUV 91.31 217.55 62.87 -
System Red Green Blue C M Y K H S L
Decimal 0 107 250 1 0.57 0 0.02 214.32 1 0.49
Hex 0 6B FA 64 39 0 2 D6 64 31
Octal 0 153 372 144 71 0 2 326 144 61
Binary 0 1101011 11111010 1100100 111001 0 10 11010110 1100100 110001

Color Harmonies of #006BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006BFA

Black with #006BFA

Text Example


Text Example

White with #006BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,107,250); }

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

background-color css

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

 a { background-color: rgb(0,107,250); }

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

border-color css

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

 span { border-color: rgb(0,107,250); }

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