Html Css Color HEX #066DCF Navy Blue

📋 copy color: '#066DCF'

red 6 ◦ green 109 ◦ blue 207

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

Shades of Navy Blue #066DCF

Tints of Navy Blue #066DCF

RGB

 RED value IS 6 (2.73% from 255) = 1.86%

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

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

R = 1.86%
G = 33.85%
B = 64.29%

CMYK

 C value IS 0.97

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#066DCF (or 0x066DCF) is known color: Navy Blue. HEX triplet: 06, 6D and CF. RGB value is (6,109,207). Sum of RGB (Red+Green+Blue) = 6+109+207=322 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.86% from 322); Green value is 109 (42.97% from 255 or 33.85% from 322); Blue value is 207 (81.25% from 255 or 64.29% from 322); Max value from RGB is 207 - color contains mainly: blue. Hex color #066DCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #066DCF is #F99230. Grayscale: #585858. Windows color (decimal): -16355889 or 13593862. OLE color: 13593862.

HSL color Cylindrical-coordinate representation of color #066DCF: hue angle of 209.25º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #066DCF is Cyan = 0.97, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 6 109 207 -
CMYK 0.97 0.47 0 0.19
HSL 209.25º 0.94% 0.42% -
HSV(B) 209.25º 0.97% 0.81% -
XYZ 16.81 15.48 61.13 -
YUV 89.38 194.38 68.53 -
System Red Green Blue C M Y K H S L
Decimal 6 109 207 0.97 0.47 0 0.19 209.25 0.94 0.42
Hex 6 6D CF 61 2F 0 13 D1 5E 2A
Octal 6 155 317 141 57 0 23 321 136 52
Binary 110 1101101 11001111 1100001 101111 0 10011 11010001 1011110 101010

Color Harmonies of #066DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066DCF

Black with #066DCF

Text Example


Text Example

White with #066DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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