Html Css Color HEX #006FBC Navy Blue

📋 copy color: '#006FBC'

red 0 ◦ green 111 ◦ blue 188

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

Shades of Navy Blue #006FBC

Tints of Navy Blue #006FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 62.88%

R = 0%
G = 37.12%
B = 62.88%

CMYK

 C value IS 1

 M value IS 0.41

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#006FBC (or 0x006FBC) is known color: Navy Blue. HEX triplet: 00, 6F and BC. RGB value is (0,111,188). Sum of RGB (Red+Green+Blue) = 0+111+188=299 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 299); Green value is 111 (43.75% from 255 or 37.12% from 299); Blue value is 188 (73.83% from 255 or 62.88% from 299); Max value from RGB is 188 - color contains mainly: blue. Hex color #006FBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006FBC is #FF9043. Grayscale: #565656. Windows color (decimal): -16748612 or 12349184. OLE color: 12349184.

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

Color convert

RGB 0 111 188 -
CMYK 1 0.41 0 0.26
HSL 204.57º 1% 0.37% -
HSV(B) 204.57º 1% 0.74% -
XYZ 14.76 15 49.69 -
YUV 86.59 185.23 66.24 -
System Red Green Blue C M Y K H S L
Decimal 0 111 188 1 0.41 0 0.26 204.57 1 0.37
Hex 0 6F BC 64 29 0 1A CD 64 25
Octal 0 157 274 144 51 0 32 315 144 45
Binary 0 1101111 10111100 1100100 101001 0 11010 11001101 1100100 100101

Color Harmonies of #006FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006FBC

Black with #006FBC

Text Example


Text Example

White with #006FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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