Html Css Color HEX #066FCA Navy Blue

📋 copy color: '#066FCA'

red 6 ◦ green 111 ◦ blue 202

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

Shades of Navy Blue #066FCA

Tints of Navy Blue #066FCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 63.32%

R = 1.88%
G = 34.8%
B = 63.32%

CMYK

 C value IS 0.97

 M value IS 0.45

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#066FCA (or 0x066FCA) is known color: Navy Blue. HEX triplet: 06, 6F and CA. RGB value is (6,111,202). Sum of RGB (Red+Green+Blue) = 6+111+202=319 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.88% from 319); Green value is 111 (43.75% from 255 or 34.80% from 319); Blue value is 202 (79.30% from 255 or 63.32% from 319); Max value from RGB is 202 - color contains mainly: blue. Hex color #066FCA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #066FCA is #F99035. Grayscale: #595959. Windows color (decimal): -16355382 or 13266694. OLE color: 13266694.

HSL color Cylindrical-coordinate representation of color #066FCA: hue angle of 207.86º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #066FCA is Cyan = 0.97, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 6 111 202 -
CMYK 0.97 0.45 0 0.21
HSL 207.86º 0.94% 0.41% -
HSV(B) 207.86º 0.97% 0.79% -
XYZ 16.42 15.67 58.04 -
YUV 89.98 191.21 68.1 -
System Red Green Blue C M Y K H S L
Decimal 6 111 202 0.97 0.45 0 0.21 207.86 0.94 0.41
Hex 6 6F CA 61 2D 0 15 D0 5E 29
Octal 6 157 312 141 55 0 25 320 136 51
Binary 110 1101111 11001010 1100001 101101 0 10101 11010000 1011110 101001

Color Harmonies of #066FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066FCA

Black with #066FCA

Text Example


Text Example

White with #066FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,111,202); }

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

background-color css

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

 a { background-color: rgb(6,111,202); }

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

border-color css

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

 span { border-color: rgb(6,111,202); }

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