Html Css Color HEX #006DCF Navy Blue

📋 copy color: '#006DCF'

red 0 ◦ green 109 ◦ blue 207

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

Shades of Navy Blue #006DCF

Tints of Navy Blue #006DCF

RGB

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

 GREEN value IS 109 (42.97% from 255) = 34.49%

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

R = 0%
G = 34.49%
B = 65.51%

CMYK

 C value IS 1

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#006DCF (or 0x006DCF) is known color: Navy Blue. HEX triplet: 00, 6D and CF. RGB value is (0,109,207). Sum of RGB (Red+Green+Blue) = 0+109+207=316 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 316); Green value is 109 (42.97% from 255 or 34.49% from 316); Blue value is 207 (81.25% from 255 or 65.51% from 316); Max value from RGB is 207 - color contains mainly: blue. Hex color #006DCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006DCF is #FF9230. Grayscale: #575757. Windows color (decimal): -16749105 or 13593856. OLE color: 13593856.

HSL color Cylindrical-coordinate representation of color #006DCF: hue angle of 208.41º 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 #006DCF is Cyan = 1, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 0 109 207 -
CMYK 1 0.47 0 0.19
HSL 208.41º 1% 0.41% -
HSV(B) 208.41º 1% 0.81% -
XYZ 16.73 15.44 61.13 -
YUV 87.58 195.39 65.53 -
System Red Green Blue C M Y K H S L
Decimal 0 109 207 1 0.47 0 0.19 208.41 1 0.41
Hex 0 6D CF 64 2F 0 13 D0 64 29
Octal 0 155 317 144 57 0 23 320 144 51
Binary 0 1101101 11001111 1100100 101111 0 10011 11010000 1100100 101001

Color Harmonies of #006DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006DCF

Black with #006DCF

Text Example


Text Example

White with #006DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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