Html Css Color HEX #006FCD Navy Blue

📋 copy color: '#006FCD'

red 0 ◦ green 111 ◦ blue 205

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

Shades of Navy Blue #006FCD

Tints of Navy Blue #006FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 64.87%

R = 0%
G = 35.13%
B = 64.87%

CMYK

 C value IS 1

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#006FCD (or 0x006FCD) is known color: Navy Blue. HEX triplet: 00, 6F and CD. RGB value is (0,111,205). Sum of RGB (Red+Green+Blue) = 0+111+205=316 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 316); Green value is 111 (43.75% from 255 or 35.13% from 316); Blue value is 205 (80.47% from 255 or 64.87% from 316); Max value from RGB is 205 - color contains mainly: blue. Hex color #006FCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006FCD is #FF9032. Grayscale: #585858. Windows color (decimal): -16748595 or 13463296. OLE color: 13463296.

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

Color convert

RGB 0 111 205 -
CMYK 1 0.46 0 0.20
HSL 207.51º 1% 0.4% -
HSV(B) 207.51º 1% 0.8% -
XYZ 16.7 15.78 59.92 -
YUV 88.53 193.73 64.86 -
System Red Green Blue C M Y K H S L
Decimal 0 111 205 1 0.46 0 0.20 207.51 1 0.4
Hex 0 6F CD 64 2E 0 14 D0 64 28
Octal 0 157 315 144 56 0 24 320 144 50
Binary 0 1101111 11001101 1100100 101110 0 10100 11010000 1100100 101000

Color Harmonies of #006FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006FCD

Black with #006FCD

Text Example


Text Example

White with #006FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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