Html Css Color HEX #006FD3 Navy Blue

📋 copy color: '#006FD3'

red 0 ◦ green 111 ◦ blue 211

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

Shades of Navy Blue #006FD3

Tints of Navy Blue #006FD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 65.53%

R = 0%
G = 34.47%
B = 65.53%

CMYK

 C value IS 1

 M value IS 0.47

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#006FD3 (or 0x006FD3) is known color: Navy Blue. HEX triplet: 00, 6F and D3. RGB value is (0,111,211). Sum of RGB (Red+Green+Blue) = 0+111+211=322 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 322); Green value is 111 (43.75% from 255 or 34.47% from 322); Blue value is 211 (82.81% from 255 or 65.53% from 322); Max value from RGB is 211 - color contains mainly: blue. Hex color #006FD3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006FD3 is #FF902C. Grayscale: #585858. Windows color (decimal): -16748589 or 13856512. OLE color: 13856512.

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

Color convert

RGB 0 111 211 -
CMYK 1 0.47 0 0.17
HSL 208.44º 1% 0.41% -
HSV(B) 208.44º 1% 0.83% -
XYZ 17.44 16.07 63.81 -
YUV 89.21 196.73 64.37 -
System Red Green Blue C M Y K H S L
Decimal 0 111 211 1 0.47 0 0.17 208.44 1 0.41
Hex 0 6F D3 64 2F 0 11 D0 64 29
Octal 0 157 323 144 57 0 21 320 144 51
Binary 0 1101111 11010011 1100100 101111 0 10001 11010000 1100100 101001

Color Harmonies of #006FD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006FD3

Black with #006FD3

Text Example


Text Example

White with #006FD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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