Html Css Color HEX #066CCF Navy Blue

📋 copy color: '#066CCF'

red 6 ◦ green 108 ◦ blue 207

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

Shades of Navy Blue #066CCF

Tints of Navy Blue #066CCF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 33.64%

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

R = 1.87%
G = 33.64%
B = 64.49%

CMYK

 C value IS 0.97

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#066CCF (or 0x066CCF) is known color: Navy Blue. HEX triplet: 06, 6C and CF. RGB value is (6,108,207). Sum of RGB (Red+Green+Blue) = 6+108+207=321 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.87% from 321); Green value is 108 (42.58% from 255 or 33.64% from 321); Blue value is 207 (81.25% from 255 or 64.49% from 321); Max value from RGB is 207 - color contains mainly: blue. Hex color #066CCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #066CCF is #F99330. Grayscale: #585858. Windows color (decimal): -16356145 or 13593606. OLE color: 13593606.

HSL color Cylindrical-coordinate representation of color #066CCF: hue angle of 209.55º 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 #066CCF is Cyan = 0.97, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 6 108 207 -
CMYK 0.97 0.48 0 0.19
HSL 209.55º 0.94% 0.42% -
HSV(B) 209.55º 0.97% 0.81% -
XYZ 16.7 15.27 61.1 -
YUV 88.79 194.71 68.95 -
System Red Green Blue C M Y K H S L
Decimal 6 108 207 0.97 0.48 0 0.19 209.55 0.94 0.42
Hex 6 6C CF 61 30 0 13 D2 5E 2A
Octal 6 154 317 141 60 0 23 322 136 52
Binary 110 1101100 11001111 1100001 110000 0 10011 11010010 1011110 101010

Color Harmonies of #066CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066CCF

Black with #066CCF

Text Example


Text Example

White with #066CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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