Html Css Color HEX #006FDC Navy Blue

📋 copy color: '#006FDC'

red 0 ◦ green 111 ◦ blue 220

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

Shades of Navy Blue #006FDC

Tints of Navy Blue #006FDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 66.47%

R = 0%
G = 33.53%
B = 66.47%

CMYK

 C value IS 1

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#006FDC (or 0x006FDC) is known color: Navy Blue. HEX triplet: 00, 6F and DC. RGB value is (0,111,220). Sum of RGB (Red+Green+Blue) = 0+111+220=331 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 331); Green value is 111 (43.75% from 255 or 33.53% from 331); Blue value is 220 (86.33% from 255 or 66.47% from 331); Max value from RGB is 220 - color contains mainly: blue. Hex color #006FDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006FDC is #FF9023. Grayscale: #595959. Windows color (decimal): -16748580 or 14446336. OLE color: 14446336.

HSL color Cylindrical-coordinate representation of color #006FDC: hue angle of 209.73º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006FDC is Cyan = 1, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 0 111 220 -
CMYK 1 0.50 0 0.14
HSL 209.73º 1% 0.43% -
HSV(B) 209.73º 1% 0.86% -
XYZ 18.6 16.54 69.92 -
YUV 90.24 201.23 63.64 -
System Red Green Blue C M Y K H S L
Decimal 0 111 220 1 0.50 0 0.14 209.73 1 0.43
Hex 0 6F DC 64 32 0 E D2 64 2B
Octal 0 157 334 144 62 0 16 322 144 53
Binary 0 1101111 11011100 1100100 110010 0 1110 11010010 1100100 101011

Color Harmonies of #006FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006FDC

Black with #006FDC

Text Example


Text Example

White with #006FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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