Html Css Color HEX #006FD5 Navy Blue

📋 copy color: '#006FD5'

red 0 ◦ green 111 ◦ blue 213

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

Shades of Navy Blue #006FD5

Tints of Navy Blue #006FD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 65.74%

R = 0%
G = 34.26%
B = 65.74%

CMYK

 C value IS 1

 M value IS 0.48

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#006FD5 (or 0x006FD5) is known color: Navy Blue. HEX triplet: 00, 6F and D5. RGB value is (0,111,213). Sum of RGB (Red+Green+Blue) = 0+111+213=324 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 324); Green value is 111 (43.75% from 255 or 34.26% from 324); Blue value is 213 (83.59% from 255 or 65.74% from 324); Max value from RGB is 213 - color contains mainly: blue. Hex color #006FD5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006FD5 is #FF902A. Grayscale: #585858. Windows color (decimal): -16748587 or 13987584. OLE color: 13987584.

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

Color convert

RGB 0 111 213 -
CMYK 1 0.48 0 0.16
HSL 208.73º 1% 0.42% -
HSV(B) 208.73º 1% 0.84% -
XYZ 17.69 16.17 65.14 -
YUV 89.44 197.73 64.21 -
System Red Green Blue C M Y K H S L
Decimal 0 111 213 1 0.48 0 0.16 208.73 1 0.42
Hex 0 6F D5 64 30 0 10 D1 64 2A
Octal 0 157 325 144 60 0 20 321 144 52
Binary 0 1101111 11010101 1100100 110000 0 10000 11010001 1100100 101010

Color Harmonies of #006FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006FD5

Black with #006FD5

Text Example


Text Example

White with #006FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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