Html Css Color HEX #006FB9 Navy Blue

📋 copy color: '#006FB9'

red 0 ◦ green 111 ◦ blue 185

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

Shades of Navy Blue #006FB9

Tints of Navy Blue #006FB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 62.5%

R = 0%
G = 37.5%
B = 62.5%

CMYK

 C value IS 1

 M value IS 0.4

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#006FB9 (or 0x006FB9) is known color: Navy Blue. HEX triplet: 00, 6F and B9. RGB value is (0,111,185). Sum of RGB (Red+Green+Blue) = 0+111+185=296 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 296); Green value is 111 (43.75% from 255 or 37.5% from 296); Blue value is 185 (72.66% from 255 or 62.5% from 296); Max value from RGB is 185 - color contains mainly: blue. Hex color #006FB9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006FB9 is #FF9046. Grayscale: #555555. Windows color (decimal): -16748615 or 12152576. OLE color: 12152576.

HSL color Cylindrical-coordinate representation of color #006FB9: hue angle of 204º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006FB9 is Cyan = 1, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 0 111 185 -
CMYK 1 0.4 0 0.27
HSL 204º 1% 0.36% -
HSV(B) 204º 1% 0.73% -
XYZ 14.44 14.87 48.01 -
YUV 86.25 183.73 66.48 -
System Red Green Blue C M Y K H S L
Decimal 0 111 185 1 0.4 0 0.27 204 1 0.36
Hex 0 6F B9 64 28 0 1B CC 64 24
Octal 0 157 271 144 50 0 33 314 144 44
Binary 0 1101111 10111001 1100100 101000 0 11011 11001100 1100100 100100

Color Harmonies of #006FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006FB9

Black with #006FB9

Text Example


Text Example

White with #006FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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