Html Css Color HEX #066CBA Navy Blue

📋 copy color: '#066CBA'

red 6 ◦ green 108 ◦ blue 186

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

Shades of Navy Blue #066CBA

Tints of Navy Blue #066CBA

RGB

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

 GREEN value IS 108 (42.58% from 255) = 36%

 BLUE value IS 186 (73.05% from 255) = 62%

R = 2%
G = 36%
B = 62%

CMYK

 C value IS 0.97

 M value IS 0.42

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#066CBA (or 0x066CBA) is known color: Navy Blue. HEX triplet: 06, 6C and BA. RGB value is (6,108,186). Sum of RGB (Red+Green+Blue) = 6+108+186=300 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2% from 300); Green value is 108 (42.58% from 255 or 36% from 300); Blue value is 186 (73.05% from 255 or 62% from 300); Max value from RGB is 186 - color contains mainly: blue. Hex color #066CBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #066CBA is #F99345. Grayscale: #555555. Windows color (decimal): -16356166 or 12217350. OLE color: 12217350.

HSL color Cylindrical-coordinate representation of color #066CBA: hue angle of 206º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #066CBA is Cyan = 0.97, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 6 108 186 -
CMYK 0.97 0.42 0 0.27
HSL 206º 0.94% 0.38% -
HSV(B) 206º 0.97% 0.73% -
XYZ 14.3 14.31 48.46 -
YUV 86.39 184.21 70.66 -
System Red Green Blue C M Y K H S L
Decimal 6 108 186 0.97 0.42 0 0.27 206 0.94 0.38
Hex 6 6C BA 61 2A 0 1B CE 5E 26
Octal 6 154 272 141 52 0 33 316 136 46
Binary 110 1101100 10111010 1100001 101010 0 11011 11001110 1011110 100110

Color Harmonies of #066CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066CBA

Black with #066CBA

Text Example


Text Example

White with #066CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,108,186); }

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

background-color css

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

 a { background-color: rgb(6,108,186); }

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

border-color css

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

 span { border-color: rgb(6,108,186); }

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