Html Css Color HEX #006FD0 Navy Blue

📋 copy color: '#006FD0'

red 0 ◦ green 111 ◦ blue 208

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

Shades of Navy Blue #006FD0

Tints of Navy Blue #006FD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 65.2%

R = 0%
G = 34.8%
B = 65.2%

CMYK

 C value IS 1

 M value IS 0.47

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#006FD0 (or 0x006FD0) is known color: Navy Blue. HEX triplet: 00, 6F and D0. RGB value is (0,111,208). Sum of RGB (Red+Green+Blue) = 0+111+208=319 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 319); Green value is 111 (43.75% from 255 or 34.80% from 319); Blue value is 208 (81.64% from 255 or 65.20% from 319); Max value from RGB is 208 - color contains mainly: blue. Hex color #006FD0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006FD0 is #FF902F. Grayscale: #585858. Windows color (decimal): -16748592 or 13659904. OLE color: 13659904.

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

Color convert

RGB 0 111 208 -
CMYK 1 0.47 0 0.18
HSL 207.98º 1% 0.41% -
HSV(B) 207.98º 1% 0.82% -
XYZ 17.07 15.92 61.85 -
YUV 88.87 195.23 64.61 -
System Red Green Blue C M Y K H S L
Decimal 0 111 208 1 0.47 0 0.18 207.98 1 0.41
Hex 0 6F D0 64 2F 0 12 D0 64 29
Octal 0 157 320 144 57 0 22 320 144 51
Binary 0 1101111 11010000 1100100 101111 0 10010 11010000 1100100 101001

Color Harmonies of #006FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006FD0

Black with #006FD0

Text Example


Text Example

White with #006FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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