Html Css Color HEX #066FDF Navy Blue

📋 copy color: '#066FDF'

red 6 ◦ green 111 ◦ blue 223

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

Shades of Navy Blue #066FDF

Tints of Navy Blue #066FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 65.59%

R = 1.76%
G = 32.65%
B = 65.59%

CMYK

 C value IS 0.97

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#066FDF (or 0x066FDF) is known color: Navy Blue. HEX triplet: 06, 6F and DF. RGB value is (6,111,223). Sum of RGB (Red+Green+Blue) = 6+111+223=340 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.76% from 340); Green value is 111 (43.75% from 255 or 32.65% from 340); Blue value is 223 (87.5% from 255 or 65.59% from 340); Max value from RGB is 223 - color contains mainly: blue. Hex color #066FDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #066FDF is #F99020. Grayscale: #5B5B5B. Windows color (decimal): -16355361 or 14642950. OLE color: 14642950.

HSL color Cylindrical-coordinate representation of color #066FDF: hue angle of 210.97º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #066FDF is Cyan = 0.97, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 6 111 223 -
CMYK 0.97 0.50 0 0.13
HSL 210.97º 0.95% 0.45% -
HSV(B) 210.97º 0.97% 0.87% -
XYZ 19.08 16.74 72.04 -
YUV 92.37 201.71 66.39 -
System Red Green Blue C M Y K H S L
Decimal 6 111 223 0.97 0.50 0 0.13 210.97 0.95 0.45
Hex 6 6F DF 61 32 0 D D3 5F 2D
Octal 6 157 337 141 62 0 15 323 137 55
Binary 110 1101111 11011111 1100001 110010 0 1101 11010011 1011111 101101

Color Harmonies of #066FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066FDF

Black with #066FDF

Text Example


Text Example

White with #066FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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