Html Css Color HEX #066BDA Navy Blue

📋 copy color: '#066BDA'

red 6 ◦ green 107 ◦ blue 218

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

Shades of Navy Blue #066BDA

Tints of Navy Blue #066BDA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 32.33%

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

R = 1.81%
G = 32.33%
B = 65.86%

CMYK

 C value IS 0.97

 M value IS 0.51

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#066BDA (or 0x066BDA) is known color: Navy Blue. HEX triplet: 06, 6B and DA. RGB value is (6,107,218). Sum of RGB (Red+Green+Blue) = 6+107+218=331 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.81% from 331); Green value is 107 (42.19% from 255 or 32.33% from 331); Blue value is 218 (85.55% from 255 or 65.86% from 331); Max value from RGB is 218 - color contains mainly: blue. Hex color #066BDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #066BDA is #F99425. Grayscale: #585858. Windows color (decimal): -16356390 or 14314246. OLE color: 14314246.

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

Color convert

RGB 6 107 218 -
CMYK 0.97 0.51 0 0.15
HSL 211.42º 0.95% 0.44% -
HSV(B) 211.42º 0.97% 0.85% -
XYZ 17.99 15.62 68.4 -
YUV 89.46 200.54 68.47 -
System Red Green Blue C M Y K H S L
Decimal 6 107 218 0.97 0.51 0 0.15 211.42 0.95 0.44
Hex 6 6B DA 61 33 0 F D3 5F 2C
Octal 6 153 332 141 63 0 17 323 137 54
Binary 110 1101011 11011010 1100001 110011 0 1111 11010011 1011111 101100

Color Harmonies of #066BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066BDA

Black with #066BDA

Text Example


Text Example

White with #066BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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