Html Css Color HEX #006FBF Navy Blue

📋 copy color: '#006FBF'

red 0 ◦ green 111 ◦ blue 191

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

Shades of Navy Blue #006FBF

Tints of Navy Blue #006FBF

RGB

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

 GREEN value IS 111 (43.75% from 255) = 36.75%

 BLUE value IS 191 (75% from 255) = 63.25%

R = 0%
G = 36.75%
B = 63.25%

CMYK

 C value IS 1

 M value IS 0.42

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#006FBF (or 0x006FBF) is known color: Navy Blue. HEX triplet: 00, 6F and BF. RGB value is (0,111,191). Sum of RGB (Red+Green+Blue) = 0+111+191=302 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 302); Green value is 111 (43.75% from 255 or 36.75% from 302); Blue value is 191 (75% from 255 or 63.25% from 302); Max value from RGB is 191 - color contains mainly: blue. Hex color #006FBF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006FBF is #FF9040. Grayscale: #565656. Windows color (decimal): -16748609 or 12545792. OLE color: 12545792.

HSL color Cylindrical-coordinate representation of color #006FBF: hue angle of 205.13º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006FBF is Cyan = 1, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 0 111 191 -
CMYK 1 0.42 0 0.25
HSL 205.13º 1% 0.37% -
HSV(B) 205.13º 1% 0.75% -
XYZ 15.09 15.13 51.42 -
YUV 86.93 186.73 66 -
System Red Green Blue C M Y K H S L
Decimal 0 111 191 1 0.42 0 0.25 205.13 1 0.37
Hex 0 6F BF 64 2A 0 19 CD 64 25
Octal 0 157 277 144 52 0 31 315 144 45
Binary 0 1101111 10111111 1100100 101010 0 11001 11001101 1100100 100101

Color Harmonies of #006FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006FBF

Black with #006FBF

Text Example


Text Example

White with #006FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,111,191); }

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

background-color css

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

 a { background-color: rgb(0,111,191); }

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

border-color css

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

 span { border-color: rgb(0,111,191); }

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