Html Css Color HEX #006FCF Navy Blue

📋 copy color: '#006FCF'

red 0 ◦ green 111 ◦ blue 207

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

Shades of Navy Blue #006FCF

Tints of Navy Blue #006FCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 65.09%

R = 0%
G = 34.91%
B = 65.09%

CMYK

 C value IS 1

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#006FCF (or 0x006FCF) is known color: Navy Blue. HEX triplet: 00, 6F and CF. RGB value is (0,111,207). Sum of RGB (Red+Green+Blue) = 0+111+207=318 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 318); Green value is 111 (43.75% from 255 or 34.91% from 318); Blue value is 207 (81.25% from 255 or 65.09% from 318); Max value from RGB is 207 - color contains mainly: blue. Hex color #006FCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006FCF is #FF9030. Grayscale: #585858. Windows color (decimal): -16748593 or 13594368. OLE color: 13594368.

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

Color convert

RGB 0 111 207 -
CMYK 1 0.46 0 0.19
HSL 207.83º 1% 0.41% -
HSV(B) 207.83º 1% 0.81% -
XYZ 16.95 15.87 61.2 -
YUV 88.76 194.73 64.69 -
System Red Green Blue C M Y K H S L
Decimal 0 111 207 1 0.46 0 0.19 207.83 1 0.41
Hex 0 6F CF 64 2E 0 13 D0 64 29
Octal 0 157 317 144 56 0 23 320 144 51
Binary 0 1101111 11001111 1100100 101110 0 10011 11010000 1100100 101001

Color Harmonies of #006FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006FCF

Black with #006FCF

Text Example


Text Example

White with #006FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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