Html Css Color HEX #066ADF Navy Blue

📋 copy color: '#066ADF'

red 6 ◦ green 106 ◦ blue 223

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

Shades of Navy Blue #066ADF

Tints of Navy Blue #066ADF

RGB

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

 GREEN value IS 106 (41.8% from 255) = 31.64%

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

R = 1.79%
G = 31.64%
B = 66.57%

CMYK

 C value IS 0.97

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#066ADF (or 0x066ADF) is known color: Navy Blue. HEX triplet: 06, 6A and DF. RGB value is (6,106,223). Sum of RGB (Red+Green+Blue) = 6+106+223=335 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.79% from 335); Green value is 106 (41.80% from 255 or 31.64% from 335); Blue value is 223 (87.5% from 255 or 66.57% from 335); Max value from RGB is 223 - color contains mainly: blue. Hex color #066ADF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #066ADF is #F99520. Grayscale: #585858. Windows color (decimal): -16356641 or 14641670. OLE color: 14641670.

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

Color convert

RGB 6 106 223 -
CMYK 0.97 0.52 0 0.13
HSL 212.35º 0.95% 0.45% -
HSV(B) 212.35º 0.97% 0.87% -
XYZ 18.55 15.67 71.86 -
YUV 89.44 203.37 68.49 -
System Red Green Blue C M Y K H S L
Decimal 6 106 223 0.97 0.52 0 0.13 212.35 0.95 0.45
Hex 6 6A DF 61 34 0 D D4 5F 2D
Octal 6 152 337 141 64 0 15 324 137 55
Binary 110 1101010 11011111 1100001 110100 0 1101 11010100 1011111 101101

Color Harmonies of #066ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066ADF

Black with #066ADF

Text Example


Text Example

White with #066ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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