Html Css Color HEX #066FDA Navy Blue

📋 copy color: '#066FDA'

red 6 ◦ green 111 ◦ blue 218

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

Shades of Navy Blue #066FDA

Tints of Navy Blue #066FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 65.07%

R = 1.79%
G = 33.13%
B = 65.07%

CMYK

 C value IS 0.97

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#066FDA (or 0x066FDA) is known color: Navy Blue. HEX triplet: 06, 6F and DA. RGB value is (6,111,218). Sum of RGB (Red+Green+Blue) = 6+111+218=335 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.79% from 335); Green value is 111 (43.75% from 255 or 33.13% from 335); Blue value is 218 (85.55% from 255 or 65.07% from 335); Max value from RGB is 218 - color contains mainly: blue. Hex color #066FDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #066FDA is #F99025. Grayscale: #5B5B5B. Windows color (decimal): -16355366 or 14315270. OLE color: 14315270.

HSL color Cylindrical-coordinate representation of color #066FDA: hue angle of 210.28º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #066FDA is Cyan = 0.97, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 6 111 218 -
CMYK 0.97 0.49 0 0.15
HSL 210.28º 0.95% 0.44% -
HSV(B) 210.28º 0.97% 0.85% -
XYZ 18.41 16.47 68.54 -
YUV 91.8 199.21 66.8 -
System Red Green Blue C M Y K H S L
Decimal 6 111 218 0.97 0.49 0 0.15 210.28 0.95 0.44
Hex 6 6F DA 61 31 0 F D2 5F 2C
Octal 6 157 332 141 61 0 17 322 137 54
Binary 110 1101111 11011010 1100001 110001 0 1111 11010010 1011111 101100

Color Harmonies of #066FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066FDA

Black with #066FDA

Text Example


Text Example

White with #066FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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