Html Css Color HEX #006FDF Navy Blue

📋 copy color: '#006FDF'

red 0 ◦ green 111 ◦ blue 223

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

Shades of Navy Blue #006FDF

Tints of Navy Blue #006FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 66.77%

R = 0%
G = 33.23%
B = 66.77%

CMYK

 C value IS 1

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#006FDF (or 0x006FDF) is known color: Navy Blue. HEX triplet: 00, 6F and DF. RGB value is (0,111,223). Sum of RGB (Red+Green+Blue) = 0+111+223=334 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 334); Green value is 111 (43.75% from 255 or 33.23% from 334); Blue value is 223 (87.5% from 255 or 66.77% from 334); Max value from RGB is 223 - color contains mainly: blue. Hex color #006FDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006FDF is #FF9020. Grayscale: #5A5A5A. Windows color (decimal): -16748577 or 14642944. OLE color: 14642944.

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

Color convert

RGB 0 111 223 -
CMYK 1 0.50 0 0.13
HSL 210.13º 1% 0.44% -
HSV(B) 210.13º 1% 0.87% -
XYZ 19 16.7 72.03 -
YUV 90.58 202.73 63.39 -
System Red Green Blue C M Y K H S L
Decimal 0 111 223 1 0.50 0 0.13 210.13 1 0.44
Hex 0 6F DF 64 32 0 D D2 64 2C
Octal 0 157 337 144 62 0 15 322 144 54
Binary 0 1101111 11011111 1100100 110010 0 1101 11010010 1100100 101100

Color Harmonies of #006FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006FDF

Black with #006FDF

Text Example


Text Example

White with #006FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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