Html Css Color HEX #066FBE Navy Blue

📋 copy color: '#066FBE'

red 6 ◦ green 111 ◦ blue 190

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

Shades of Navy Blue #066FBE

Tints of Navy Blue #066FBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 61.89%

R = 1.95%
G = 36.16%
B = 61.89%

CMYK

 C value IS 0.97

 M value IS 0.42

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#066FBE (or 0x066FBE) is known color: Navy Blue. HEX triplet: 06, 6F and BE. RGB value is (6,111,190). Sum of RGB (Red+Green+Blue) = 6+111+190=307 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.95% from 307); Green value is 111 (43.75% from 255 or 36.16% from 307); Blue value is 190 (74.61% from 255 or 61.89% from 307); Max value from RGB is 190 - color contains mainly: blue. Hex color #066FBE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #066FBE is #F99041. Grayscale: #585858. Windows color (decimal): -16355394 or 12480262. OLE color: 12480262.

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

Color convert

RGB 6 111 190 -
CMYK 0.97 0.42 0 0.25
HSL 205.76º 0.94% 0.38% -
HSV(B) 205.76º 0.97% 0.75% -
XYZ 15.05 15.13 50.84 -
YUV 88.61 185.21 69.08 -
System Red Green Blue C M Y K H S L
Decimal 6 111 190 0.97 0.42 0 0.25 205.76 0.94 0.38
Hex 6 6F BE 61 2A 0 19 CE 5E 26
Octal 6 157 276 141 52 0 31 316 136 46
Binary 110 1101111 10111110 1100001 101010 0 11001 11001110 1011110 100110

Color Harmonies of #066FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066FBE

Black with #066FBE

Text Example


Text Example

White with #066FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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